Skip to content

Commit

Permalink
feat: SSR in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Feb 19, 2024
1 parent 2442fdf commit aef66e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
description: 'Generate various station and on-train announcements for the UK rail network using raw audio recordings.',
author: 'David Wheatley',
},
flags: {
DEV_SSR: true
},
plugins: [
...prodPlugins,
`gatsby-plugin-image`,
Expand Down

0 comments on commit aef66e6

Please sign in to comment.