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 cbfafd0 commit f5b460bCopy full SHA for f5b460b
next.config.ts
@@ -3,6 +3,8 @@ import type { NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
output: 'export',
5
trailingSlash: true,
6
+ basePath: '/design',
7
+ assetPrefix: '/design',
8
images: {
9
unoptimized: true,
10
},
0 commit comments