Skip to content

Commit f578887

Browse files
committed
Remove basePath and assetPrefix from next.config.mjs
1 parent 6d3728c commit f578887

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

next.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ const nextConfig = {
55
images: { unoptimized: true },
66
output: 'export',
77
distDir: "docs",
8-
basePath: '/dupsugsite',
9-
assetPrefix: '/dupsugsite/',
108
images: { unoptimized: true }
119
}
1210

0 commit comments

Comments
 (0)