Skip to content

Commit

Permalink
Merge pull request #131 from Fosten/enable404js
Browse files Browse the repository at this point in the history
Enable JS on 404
  • Loading branch information
davisagli authored Aug 18, 2023
2 parents bbf2f2e + 4ce3749 commit 6947acd
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 6947acd

Please sign in to comment.