Files
itsc/next.config.js
2022-03-31 15:59:46 +08:00

8 lines
142 B
JavaScript

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