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

Commit

Permalink
fix: testing trailingSlash: never
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Mar 17, 2022
1 parent 8e016e5 commit 7dde552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const resolveQuickstartSlug = require('./src/utils/resolveQuickstartSlug');

module.exports = {
pathPrefix: `/instant-observability`,
trailingSlash: 'always',
trailingSlash: 'never',
flags: {
DEV_SSR: false,
PRESERVE_WEBPACK_CACHE: true,
Expand Down

0 comments on commit 7dde552

Please sign in to comment.