Skip to content

Commit

Permalink
fix: basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdaltoso committed Apr 24, 2023
1 parent e3edac6 commit 065e3c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions example/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
resolve: '@react95/gatsby-theme',
options: {
contentPath: 'content',
basePath: '/gatsby-theme'
},
},
],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "react95-gatsby-theme-workspace",
"private": true,
"version": "0.0.0-development",
"private": "true",
"license": "MIT",
"scripts": {
"build": "yarn workspace example build",
Expand Down

0 comments on commit 065e3c5

Please sign in to comment.