Skip to content

Commit

Permalink
add gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rejth committed May 20, 2024
1 parent 7786532 commit bfbddba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build",
"preview": "vite preview",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"deploy": "gh-pages -d dist",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import { svelte } from '@sveltejs/vite-plugin-svelte';

// https://vitejs.dev/config/
export default defineConfig({
base: '/color-dropper/',
plugins: [svelte()],
});

0 comments on commit bfbddba

Please sign in to comment.