Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
wip: test removing pathPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Jul 19, 2022
1 parent 3a8381e commit 7a05694
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -143,7 +142,6 @@ module.exports = {
resolve: 'gatsby-plugin-gatsby-cloud',
options: {
allPageHeaders: ['Referrer-Policy: no-referrer-when-downgrade'],
mergeCachingHeaders: true,
},
},
],
Expand Down

0 comments on commit 7a05694

Please sign in to comment.