Skip to content

Commit a657fa6

Browse files
authored
Merge pull request #2 from DuPSUG/dupsug.com
Remove basePath and assetPrefix from next.config.mjs
2 parents 6d3728c + f578887 commit a657fa6

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)