Skip to content

Commit 52ecae0

Browse files
committed
update gh-pages script
1 parent adf425e commit 52ecae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clean": "node -e \"require('node:fs').rmSync('dist', {force: true, recursive: true});\"",
1010
"compile": "npx esbuild index.ts --bundle --outdir=dist --platform=neutral --external:react",
1111
"demo": "npx @t8/serve 3000 * tests/route_matching -b src/index.tsx index.js",
12-
"gh-pages": "npx ghstage --theme=t8 --ymid=103784239 --nav=https://raw.githubusercontent.com/t8js/t8js.github.io/refs/heads/main/assets/nav.html",
12+
"gh-pages": "npx ghstage --theme=t8 --ymid=103784239 --nav=https://raw.githubusercontent.com/t8js/t8js.github.io/refs/heads/main/assets/nav_react.html",
1313
"prepublishOnly": "npx npm-run-all build gh-pages",
1414
"preversion": "npx npm-run-all typecheck shape build test",
1515
"shape": "npx codeshape",

0 commit comments

Comments
 (0)