mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-15 23:16:36 +00:00
Fix asset prefix (#555)
This commit is contained in:
@@ -14,11 +14,9 @@ const withMDX = nextMDX({
|
||||
})
|
||||
|
||||
|
||||
const isProd = process.env.NODE_ENV === 'production'
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
assetPrefix: isProd ? '/docs-static' : undefined,
|
||||
assetPrefix: undefined,
|
||||
reactStrictMode: true,
|
||||
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],
|
||||
experimental: {
|
||||
|
||||
Reference in New Issue
Block a user