Skip to content

Commit efd1619

Browse files
Merge pull request #33 from StabilityNexus/sarthak
Basepath changes
2 parents 45a493a + 0aebf16 commit efd1619

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.stability.nexus',
10-
assetPrefix: '/hackhub.stability.nexus',
9+
basePath: '/HackHub-WebUI',
10+
assetPrefix: '/HackHub-WebUI',
1111
trailingSlash: false,
1212
images: { unoptimized: true },
1313
}

0 commit comments

Comments
 (0)