jackyef / my-site

Personal playground for tinkering with stuff; contains the code for jackyef.com

Home Page:https://jackyef.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to Next 14 + appDir

jackyef opened this issue · comments

Notable things:

  • @next/font
  • Use the new app dir structure (RSC)
  • Consider using Turbopack on dev. (Probably require removing the webpack customization we have)

Upgraded in #89

RSC and Turbopack pending.

#90 updated the MDX setup from manual webpack configuration to next-mdx-remote which should help with moving to RSC and Turbopack