Skip to content

Commit

Permalink
Enable JS on 404
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosten committed Aug 18, 2023
1 parent bbf2f2e commit 4ce3749
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ export default function applyConfig(config) {
},
{ match: '', component: CustomCSS },
],
serverConfig: {
...config.settings.serverConfig,
extractScripts: {
...config.settings.serverConfig.extractScripts,
errorPages: true,
},
},
};

config.blocks.blocksConfig.__grid = {
Expand Down

0 comments on commit 4ce3749

Please sign in to comment.