From 44a48d9d1141c1b6df8d81dd7b097528335076df Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Fri, 30 Sep 2022 11:47:45 -0400 Subject: [PATCH] Update gatsby-config.js --- website/gatsby-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/gatsby-config.js b/website/gatsby-config.js index 29ce61c8..7b0132de 100644 --- a/website/gatsby-config.js +++ b/website/gatsby-config.js @@ -12,6 +12,7 @@ module.exports = { siteUrl: pkg.homepage, menu: staticConfig.menu, }, + pathPrefix: `/simple-cms`, plugins: [ { resolve: 'gatsby-plugin-manifest',