Skip to content

Commit ba07475

Browse files
Merge pull request #29 from StabilityNexus/sarthak
basepath change
2 parents 14f3f5b + a8602ba commit ba07475

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const nextConfig = {
66
? {
77
output: 'export',
88
distDir: 'out',
9-
basePath: '/HackHub-WebUI',
10-
assetPrefix: '/HackHub-WebUI/',
9+
basePath: '/HackHub',
10+
assetPrefix: '/HackHub/',
1111
images: { unoptimized: true },
1212
}
1313
: {

0 commit comments

Comments
 (0)