Skip to content

ft: Add blog#12

Open
descholar-ceo wants to merge 30 commits into
mainfrom
ft-add-blog
Open

ft: Add blog#12
descholar-ceo wants to merge 30 commits into
mainfrom
ft-add-blog

Conversation

@descholar-ceo

Copy link
Copy Markdown
Member

What does this PR do?

Type of change

  • Fix (typo, broken link, incorrect information)
  • New documentation page
  • Improvement to existing documentation
  • Website feature or design change
  • Other (describe below)

Pages affected

  • src/content/...

Checklist

  • yarn build passes
  • New pages are added to the appropriate _meta.js
  • Code examples are complete and runnable
  • Related issue linked (e.g. Fixes #123)

@descholar-ceo descholar-ceo self-assigned this May 16, 2026
@vercel

vercel Bot commented May 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Error Error Jul 2, 2026 7:06am

)}
>
<Link
href={`/blog/${post.slug}`}
>
{prev ? (
<Link
href={`/blog/${prev.slug}`}
)}
{next ? (
<Link
href={`/blog/${next.slug}`}
className="mb-12 overflow-hidden rounded-2xl border border-gray-200 bg-white dark:border-white/10 dark:bg-white/[0.02]"
>
<Link
href={`/blog/${post.slug}`}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants