We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ddc9a commit 47456b5Copy full SHA for 47456b5
1 file changed
next.config.mjs
@@ -8,7 +8,7 @@ const withNextra = nextra({
8
// Export the final Next.js config with Nextra included
9
export default withNextra({
10
// ... Add regular Next.js options here
11
- basePath: process.env.PAGES_BASE_PATH,
+ //basePath: process.env.PAGES_BASE_PATH,
12
images: { unoptimized: true },
13
output: 'export',
14
distDir: 'out',
0 commit comments