Skip to content

Commit

Permalink
Set the assetPrefix to be accessible from liambx
Browse files Browse the repository at this point in the history
  • Loading branch information
FunamaYukina committed Dec 24, 2024
1 parent 35c7a2b commit 3ea97e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/apps/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const withMDX = createMDX()
/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: true,
assetPrefix:
process.env.PORT === '3000' ? '' : 'https://liam-docs-sigma.vercel.app',
}

export default withMDX(config)

0 comments on commit 3ea97e6

Please sign in to comment.