mirror of
https://github.com/kou029w/_.git
synced 2025-02-07 09:38:46 +00:00
use NEXT_ASSET_PREFIX
This commit is contained in:
parent
4f7c6626c0
commit
9414419f73
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
module.exports = require("@next/mdx")({
|
||||
extension: /\.mdx?$/
|
||||
})({
|
||||
pageExtensions: ["ts", "tsx", "md", "mdx"]
|
||||
pageExtensions: ["ts", "tsx", "md", "mdx"],
|
||||
assetPrefix: process.env.NEXT_ASSET_PREFIX || ""
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue