Skip to content

Commit

Permalink
Removed path prefix
Browse files Browse the repository at this point in the history
The last fix didn't work, maybe this one will pan out a little better.
  • Loading branch information
ajmeese7 committed Jun 7, 2022
1 parent 6cf199b commit ba0d28c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
access-token: ${{ secrets.GH_ACCESS_TOKEN }}
deploy-branch: gh-pages
gatsby-args: --prefix-paths
env:
CONTENTFUL_ACCESS_TOKEN: ${{secrets.CONTENTFUL_ACCESS_TOKEN}}
CONTENTFUL_SPACE_ID: ${{secrets.CONTENTFUL_SPACE_ID}}
1 change: 0 additions & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
with:
access-token: ${{ secrets.GH_ACCESS_TOKEN }}
deploy-branch: gh-pages
gatsby-args: --prefix-paths
skip-publish: true
env:
CONTENTFUL_ACCESS_TOKEN: ${{secrets.CONTENTFUL_ACCESS_TOKEN}}
Expand Down
1 change: 0 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ assert(CONTENTFUL_ACCESS_TOKEN, "Contentful Access Token not provided");
assert(CONTENTFUL_SPACE_ID, "Contentful Space ID not provided");

module.exports = {
pathPrefix: "/website",
siteMetadata: {
deterministic: Boolean(DETERMINISTIC),
},
Expand Down

0 comments on commit ba0d28c

Please sign in to comment.