updated image uri and format

This commit is contained in:
cat-milk
2022-09-25 20:05:16 -05:00
parent 336f139e1e
commit 97bf2cc07d
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
"deploy": "gatsby build --prefix-paths && gh-pages -d public --dest ../docs --branch web/prod"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",