Skip to content

Commit bd1af84

Browse files
committed
Update for pages build
1 parent ea67065 commit bd1af84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: 'export',
4-
basePath: '/convex.world',
4+
basePath: process.env.PAGES_BASE_PATH,
55
trailingSlash: true,
66
images: {
77
unoptimized: true,
88
},
9-
assetPrefix: '/convex.world/',
109
}
1110

1211
module.exports = nextConfig

0 commit comments

Comments
 (0)