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 d1b14b0 commit 16391e2Copy full SHA for 16391e2
next.config.mjs
@@ -45,6 +45,7 @@ const nextConfig = {
45
output: 'export',
46
pageExtensions: ["ts", "tsx", "js", "jsx", "md", "mdx", "css"],
47
reactStrictMode: true,
48
+ assetPrefix: '/lifecycle-docs',
49
eslint: {
50
dirs: ["src"],
51
ignoreDuringBuilds: true,
0 commit comments