Use auto-generated slugs + various other fixes
This commit is contained in:
parent
18c89a9431
commit
6d51a2cc86
11 changed files with 170 additions and 177 deletions
|
|
@ -48,7 +48,7 @@
|
|||
"dev": "gatsby develop",
|
||||
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
|
||||
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
|
||||
"develop": "gatsby develop",
|
||||
"build": "gatsby build",
|
||||
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue