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 43e9b11 commit 5b8463fCopy full SHA for 5b8463f
apps/landing/next.config.ts
@@ -8,6 +8,7 @@ export default withMDX(
8
{
9
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
10
output: 'export',
11
+ assetPrefix: '/devup-ui',
12
},
13
{},
14
),
0 commit comments