Skip to content

Commit 5b8463f

Browse files
committed
Add prefix
1 parent 43e9b11 commit 5b8463f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/landing/next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default withMDX(
88
{
99
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
1010
output: 'export',
11+
assetPrefix: '/devup-ui',
1112
},
1213
{},
1314
),

0 commit comments

Comments
 (0)