Fixed public
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-11-15 14:32:19 +01:00
parent 8486c1f7f3
commit 79f0427288
23 changed files with 5730 additions and 6 deletions

View File

@@ -4,11 +4,11 @@ const runtimeCaching = require("next-pwa/cache");
const { PHASE_DEVELOPMENT_SERVER } = require("next/constants");
module.exports = (phase, { defaultConfig }) => {
if (phase === PHASE_DEVELOPMENT_SERVER) {
return {
reactStrictMode: true,
};
}
// if (phase === PHASE_DEVELOPMENT_SERVER) {
// return {
// reactStrictMode: true,
// };
// }
return withPWA({
reactStrictMode: true,