Skip to content

Commit 1413b01

Browse files
committed
Fix landing next config
1 parent 5c2640f commit 1413b01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/landing/next.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ const nextConfig: NextConfig = {
1414
/* config options here */
1515
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
1616
output: 'export',
17+
basePath: '/vespertide',
18+
assetPrefix: '/vespertide/',
1719
experimental: {
1820
optimizePackageImports: ['@devup-ui/reset-css', '@devup-ui/components'],
1921
},

0 commit comments

Comments
 (0)