mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
fix: basePath support
This commit is contained in:
parent
252097df4b
commit
19b6c91e86
1 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,5 @@ module.exports = require("@next/mdx")({
|
||||||
extension: /\.mdx?$/,
|
extension: /\.mdx?$/,
|
||||||
})({
|
})({
|
||||||
pageExtensions: ["ts", "tsx", "md", "mdx"],
|
pageExtensions: ["ts", "tsx", "md", "mdx"],
|
||||||
experimental: {
|
basePath: process.env.NEXT_PUBLIC_BASE_PATH || "",
|
||||||
basePath: process.env.NEXT_PUBLIC_BASE_PATH || "",
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue