-
- Downloads
Merge branch '28-bug-link-and-image-fail-on-static-site-2' into 'master'
Resolve "(bug) link and image fail on static site" Closes #28 See merge request froggit/froggit.fr!17
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