mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-08 00:44:59 -05:00
fix(www): 404 null error #9
This commit is contained in:
parent
bc06b79bf5
commit
d0c01919c5
@ -24,10 +24,8 @@ const nextConfig = {
|
|||||||
ignoreBuildErrors: true,
|
ignoreBuildErrors: true,
|
||||||
},
|
},
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
experimental: {
|
// Disable static error pages generation
|
||||||
// Disable static error pages generation
|
staticPageGenerationTimeout: 0,
|
||||||
staticPageGenerationTimeout: 0,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user