-
- Downloads
fix generate prefixPaths in static site
parent
966ebaa2
No related branches found
No related tags found
... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
], | ], | ||
"license": "MIT", | "license": "MIT", | ||
"scripts": { | "scripts": { | ||
"build": "gatsby build", | "build": "gatsby build --prefix-paths", | ||
"lint": "node_modules/.bin/eslint src/", | "lint": "node_modules/.bin/eslint src/", | ||
"fix": "npx eslint src/gatsby-plugin-theme-ui/index.js --fix", | "fix": "npx eslint src/gatsby-plugin-theme-ui/index.js --fix", | ||
"develop": "gatsby develop", | "develop": "gatsby develop", | ||
... | ... |
Please register or sign in to comment