We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba72df commit 4ac9416Copy full SHA for 4ac9416
.github/workflows/nextjs.yml
@@ -56,10 +56,6 @@ jobs:
56
- name: Setup Pages
57
uses: actions/configure-pages@v5
58
with:
59
- # Automatically inject basePath in your Next.js configuration file and disable
60
- # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
61
- #
62
- # You may remove this line if you want to manage the configuration yourself.
63
static_site_generator: next
64
- name: Restore cache
65
uses: actions/cache@v4
next.config.mjs
@@ -5,6 +5,7 @@ const withMDX = createMDX();
5
/** @type {import('next').NextConfig} */
6
const config = {
7
reactStrictMode: true,
8
+ output: 'export',
9
images: {
10
unoptimized: true,
11
},
0 commit comments