Skip to content

Commit

Permalink
update links to next.js docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jan 22, 2024
1 parent a98d169 commit aaeaaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
---

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit aaeaaab

Please sign in to comment.