We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb67b06 commit 91198a7Copy full SHA for 91198a7
package.json
@@ -7,7 +7,7 @@
7
"dev": "vite",
8
"build": "vite build",
9
"build:gh": "vite build --mode gh-pages",
10
- "deploy:gh": "gh-pages -d dist --nojekyll",
+ "deploy:gh": "gh-pages -d dist -r https://github.com/flexdevguy/flexdevguy.github.io.git --nojekyll",
11
"build:analyze": "ANALYZE=true vite build",
12
"preview": "vite preview",
13
"test": "vitest",
0 commit comments