Skip to content

Commit 1a45a37

Browse files
authored
Update next.config.ts
1 parent 50db05a commit 1a45a37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

next.config.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import type {NextConfig} from 'next';
22

33
const nextConfig: NextConfig = {
44
output: 'export',
5-
assetPrefix: '/fire/',
6-
trailingSlash: true,
7-
5+
basePath: '/fire',
6+
assetPrefix: '/fire/',
7+
trailingSlash: true,
88
images: {
99
unoptimized: true,
1010
remotePatterns: [
@@ -16,7 +16,6 @@ const nextConfig: NextConfig = {
1616
},
1717
],
1818
},
19-
2019
typescript: {
2120
ignoreBuildErrors: true,
2221
},

0 commit comments

Comments
 (0)