Skip to content

Commit 54147c2

Browse files
Merge pull request #31 from StabilityNexus/sarthak
Fixed basepath
2 parents 81cfb1b + cc9d7c5 commit 54147c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const nextConfig = {
66
? {
77
output: 'export',
88
distDir: 'out',
9-
basePath: '/hackhub.stability.nexus/',
9+
basePath: '/hackhub.stability.nexus',
1010
assetPrefix: '/hackhub.stability.nexus/',
1111
images: { unoptimized: true },
1212
}

0 commit comments

Comments
 (0)