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.
2 parents d623b9f + 0d178f3 commit 3cceb2dCopy full SHA for 3cceb2d
1 file changed
apps/landing/next.config.ts
@@ -14,6 +14,8 @@ const nextConfig: NextConfig = {
14
/* config options here */
15
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
16
output: 'export',
17
+ basePath: '/vespera',
18
+ assetPrefix: '/vespera/',
19
experimental: {
20
optimizePackageImports: ['@devup-ui/reset-css', '@devup-ui/components'],
21
},
0 commit comments