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 67cb7c2 commit 93f9459Copy full SHA for 93f9459
apps/docs/next.config.js
@@ -2,5 +2,5 @@ const withTM = require("next-transpile-modules")(["@dumbcode/shared"]);
2
3
module.exports = withTM({
4
reactStrictMode: true,
5
- basePath: "/docs",
+ basePath: "/docs-from-studio",
6
});
apps/studio/next.config.js
@@ -28,11 +28,11 @@ module.exports = withPlugins([
28
29
{
30
source: '/docs',
31
- destination: `${process.env.DOCS_URL}/docs`,
+ destination: `${process.env.DOCS_URL}/docs-from-studio`,
32
},
33
34
source: '/docs/:path*',
35
- destination: `${process.env.DOCS_URL}/docs/:path*`,
+ destination: `${process.env.DOCS_URL}/docs-from-studio/:path*`,
36
37
]
38
0 commit comments