logokimromi/Notes

kimromi.com を Next.js v13 にアップデートする

npm i next@latest react@latest react-dom@latest eslint-config-next@latest

image

next/link のコンポーネントに a タグをネストしなくてもよくなった。 https://nextjs.org/docs/upgrading#link-component

npx @next/codemod new-link . で自動修正してくれるので実行して修正。 https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor

とりあえずエラーは以上で動作はOK。 https://github.com/kimromi/kimromi.com/pull/38

Based on https://github.com/kimromi/notes/issues/41