home · Posts · Archive · Tags

更新nextjs到13

  • 升級nextjs版本:
    pnpm up next react react-dom eslint-config-next --latest
  • 自動更新image import:
    npx @next/codemod@latest next-image-to-legacy-image .
    • 會更新 next/image -> next/legacy/image
  • 更新link:
    npx @next/codemod@latest new-link .

記錄一下目前部落格的樣貌

Ref

👈Go Back

@alanhc