try to fix fast reload

This commit is contained in:
2025-12-18 09:41:42 +08:00
parent 739c019404
commit f1b331d923
3 changed files with 6 additions and 2 deletions

View File

@@ -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);