This commit is contained in:
2023-03-17 13:49:35 +00:00
parent 1bf663e636
commit 292dc579d7
8 changed files with 2332 additions and 406 deletions

View File

@@ -1,6 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// basePath: process.env.NODE_ENV === "production" ? "/web" : "/debug",
basePath: "/web",
reactStrictMode: true,
}
};
module.exports = nextConfig
module.exports = nextConfig;