Skip to content

Commit 91198a7

Browse files
committed
chore
1 parent bb67b06 commit 91198a7

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
@@ -7,7 +7,7 @@
77
"dev": "vite",
88
"build": "vite build",
99
"build:gh": "vite build --mode gh-pages",
10-
"deploy:gh": "gh-pages -d dist --nojekyll",
10+
"deploy:gh": "gh-pages -d dist -r https://github.com/flexdevguy/flexdevguy.github.io.git --nojekyll",
1111
"build:analyze": "ANALYZE=true vite build",
1212
"preview": "vite preview",
1313
"test": "vitest",

0 commit comments

Comments
 (0)