プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: basePath support

Kohei Watanabe (Jul 2, 2020, 10:21 AM +0900) 19b6c91e 252097df

+1 -3
+1 -3
next.config.js
··· 2 2 extension: /\.mdx?$/, 3 3 })({ 4 4 pageExtensions: ["ts", "tsx", "md", "mdx"], 5 - experimental: { 6 - basePath: process.env.NEXT_PUBLIC_BASE_PATH || "", 7 - }, 5 + basePath: process.env.NEXT_PUBLIC_BASE_PATH || "", 8 6 });