mirror of
https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books.git
synced 2026-03-21 08:15:52 +00:00
fixed pathPrefix
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"serve": "gatsby serve",
|
||||
"clean": "gatsby clean",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"deploy": "gatsby build --prefix-paths && gh-pages -d public --dest ../docs --branch web/prod"
|
||||
"deploy": "gatsby build --prefix-paths && gh-pages -d public --dest ./docs --branch web/prod"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdx-js/mdx": "^1.6.22",
|
||||
|
||||
Reference in New Issue
Block a user