We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8495423 commit 34f9291Copy full SHA for 34f9291
package.json
@@ -4,9 +4,9 @@
4
"private": true,
5
"scripts": {
6
"dev": "vite dev",
7
- "build": "vite build",
8
"preview": "vite preview",
9
- "deploy": "gh-pages -d build -t true",
+ "build": "vite build && touch build/.nojekyll",
+ "deploy": "gh-pages -d build --dotfiles",
10
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
11
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
12
"lint": "prettier --plugin-search-dir . --check . && eslint .",
0 commit comments