1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

fix: basePath support

This commit is contained in:
Nebel 2020-07-02 10:21:06 +09:00
parent 252097df4b
commit 19b6c91e86

View file

@ -2,7 +2,5 @@ module.exports = require("@next/mdx")({
extension: /\.mdx?$/,
})({
pageExtensions: ["ts", "tsx", "md", "mdx"],
experimental: {
basePath: process.env.NEXT_PUBLIC_BASE_PATH || "",
},
});