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: always
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Mar 17, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 33374f9 commit 8e016e5
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
@@ -3,7 +3,7 @@ const resolveQuickstartSlug = require('./src/utils/resolveQuickstartSlug');

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

0 comments on commit 8e016e5

Please sign in to comment.