From e18eaad89a7a8a490681d16e7faa285061ab1ab0 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 10 Apr 2024 10:52:36 -0400 Subject: [PATCH] Is it an SPA tho? --- web/netlify.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/netlify.toml b/web/netlify.toml index 57b8de3de..cefcd8db3 100644 --- a/web/netlify.toml +++ b/web/netlify.toml @@ -20,6 +20,8 @@ package = "netlify-plugin-cypress" [plugins.inputs.postBuild] enable = true + spa = true + start = 'npm start' [plugins.inputs] enable = false