fix API URL prefix

This commit is contained in:
2022-03-31 15:45:23 +08:00
parent 25ad82b066
commit 44c3c620b0
2 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
// basePath: '/itsc',
}
module.exports = nextConfig