Skip to content

Commit febdd73

Browse files
authored
fix prefix
1 parent 2a491ca commit febdd73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ const nextConfig = {
4646
output: 'export',
4747
pageExtensions: ["ts", "tsx", "js", "jsx", "md", "mdx", "css"],
4848
reactStrictMode: true,
49-
trailingSlash: true,
50-
assetPrefix: '/lifecycle-docs/',
49+
assetPrefix: '/lifecycle-docs',
5150
basePath: '/lifecycle-docs',
5251
eslint: {
5352
dirs: ["src"],

0 commit comments

Comments
 (0)