Skip to content

Commit 1544fba

Browse files
Merge pull request #37 from StabilityNexus/sarthak
Change to assetPrefix
2 parents 5325ebd + 74b058c commit 1544fba

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

next.config.mjs

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,9 @@ const nextConfig = {
77
? {
88
output: 'export',
99
distDir: 'out',
10-
images: {
11-
unoptimized: true,
12-
remotePatterns: [
13-
{
14-
protocol: 'https',
15-
hostname: '**',
16-
},
17-
{
18-
protocol: 'http',
19-
hostname: '**',
20-
},
21-
],
22-
},
10+
basePath: '',
11+
assetPrefix: '/HackHub-WebUI/',
12+
images: { unoptimized: true },
2313
}
2414
: {
2515
// Keep dev output in .next to avoid self-triggering file watchers

0 commit comments

Comments
 (0)