Skip to content

Commit

Permalink
Merge pull request #2 from web-radio/fix/gh-pages-404
Browse files Browse the repository at this point in the history
Try to fix gh pages 404
  • Loading branch information
Marioneq4958 authored Jul 17, 2024
2 parents 875b227 + 71ca138 commit cf3972c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"build-only": "vite build && cp ./dist/index.html ./dist/404.html",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
Expand Down

0 comments on commit cf3972c

Please sign in to comment.