Skip to content

Commit 4ac9416

Browse files
committed
fix
1 parent 9ba72df commit 4ac9416

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/nextjs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
- name: Setup Pages
5757
uses: actions/configure-pages@v5
5858
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.
6359
static_site_generator: next
6460
- name: Restore cache
6561
uses: actions/cache@v4

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const withMDX = createMDX();
55
/** @type {import('next').NextConfig} */
66
const config = {
77
reactStrictMode: true,
8+
output: 'export',
89
images: {
910
unoptimized: true,
1011
},

0 commit comments

Comments
 (0)