try to fix fast reload
This commit is contained in:
@@ -4,6 +4,10 @@ const withNextPluginPreval = createNextPluginPreval();
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: false,
|
||||
// Explicitly allow znjj.wangxin93.eu.org for Dev Origin, per future Next.js requirement.
|
||||
allowedDevOrigins: [
|
||||
"znjj.wangxin93.eu.org",
|
||||
],
|
||||
};
|
||||
|
||||
module.exports = withNextPluginPreval(nextConfig);
|
||||
|
||||
Reference in New Issue
Block a user