From aef66e6e37777e8055e980176f4c111398adb2c9 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 19 Feb 2024 00:57:36 +0000 Subject: [PATCH] feat: SSR in dev --- gatsby-config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gatsby-config.js b/gatsby-config.js index feaf822a9..43cb1a635 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -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`,