Skip to content

Commit 47456b5

Browse files
remove base path
1 parent 05ddc9a commit 47456b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const withNextra = nextra({
88
// Export the final Next.js config with Nextra included
99
export default withNextra({
1010
// ... Add regular Next.js options here
11-
basePath: process.env.PAGES_BASE_PATH,
11+
//basePath: process.env.PAGES_BASE_PATH,
1212
images: { unoptimized: true },
1313
output: 'export',
1414
distDir: 'out',

0 commit comments

Comments
 (0)