diff --git a/README.md b/README.md index cad3cba..2442e22 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Deploy Next.js to GitHub Pages with GitHub Actions. [View the deployed app](http Now with Next.js App Router support! If you need Pages Router support [click here](https://github.com/gregrickaby/nextjs-github-pages/releases/tag/pages_dir). -> ⚠️ Heads up! GitHub Pages _does not_ support serverless or edge functions. This means dynamic functionality will be disabled. See all the [unsupported features](https://nextjs.org/docs/pages/building-your-application/deploying/static-exports#unsupported-features). +> ⚠️ Heads up! GitHub Pages _does not_ support serverless or edge functions. This means dynamic functionality will be disabled. See all the [unsupported features](https://nextjs.org/docs/app/building-your-application/deploying/static-exports). --- @@ -38,7 +38,7 @@ const nextConfig = { * Disable server-based image optimization. Next.js does not support * dynamic features with static exports. * - * @see https://nextjs.org/docs/pages/api-reference/components/image#unoptimized + * @see https://nextjs.org/docs/app/api-reference/components/image#unoptimized */ images: { unoptimized: true,