Skip to content

Commit 006e9eb

Browse files
committed
Probably will brick the build
1 parent f8e027c commit 006e9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const nextConfig = {
66
output: 'export',
77
distDir: "docs",
88
basePath: '/dupsugsite',
9-
assetPrefix: '/dupsugsite/',
9+
assetPrefix: '.', // forces relative requests
1010
images: { unoptimized: true }
1111
}
1212

0 commit comments

Comments
 (0)