We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16391e2 commit 274e462Copy full SHA for 274e462
next.config.mjs
@@ -46,6 +46,7 @@ const nextConfig = {
46
pageExtensions: ["ts", "tsx", "js", "jsx", "md", "mdx", "css"],
47
reactStrictMode: true,
48
assetPrefix: '/lifecycle-docs',
49
+ basePath: '/lifecycle-docs',
50
eslint: {
51
dirs: ["src"],
52
ignoreDuringBuilds: true,
0 commit comments