From 7a0569444e3ef90d0ad41ed5750abc1cd11ece49 Mon Sep 17 00:00:00 2001 From: Alec Swanson Date: Tue, 19 Jul 2022 09:44:44 -0700 Subject: [PATCH] wip: test removing pathPrefix --- gatsby-config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 64e19267..bf4cc5ca 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -2,7 +2,6 @@ const quote = (str) => `"${str}"`; const resolveQuickstartSlug = require('./src/utils/resolveQuickstartSlug'); module.exports = { - pathPrefix: `/instant-observability`, trailingSlash: 'never', flags: { DEV_SSR: true, @@ -143,7 +142,6 @@ module.exports = { resolve: 'gatsby-plugin-gatsby-cloud', options: { allPageHeaders: ['Referrer-Policy: no-referrer-when-downgrade'], - mergeCachingHeaders: true, }, }, ],