Skip to content

Commit 3cceb2d

Browse files
authored
Merge pull request #129 from forestream/lfop-61
Fix landing next config
2 parents d623b9f + 0d178f3 commit 3cceb2d

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: '/vespera',
18+
assetPrefix: '/vespera/',
1719
experimental: {
1820
optimizePackageImports: ['@devup-ui/reset-css', '@devup-ui/components'],
1921
},

0 commit comments

Comments
 (0)