-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing command to generate netlify redirects
* use favicon.ico * remove collator.ts - it is not used
- Loading branch information
1 parent
934c19e
commit e6f4702
Showing
5 changed files
with
3 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
"packageManager": "[email protected]", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"build": "tsc && vite build && yarn generate-netlify-redirects", | ||
"generate-netlify-redirects": "echo '/* /index.html 200' > dist/_redirects", | ||
"preview": "vite preview", | ||
"lint": "eslint . --ext .ts,.tsx", | ||
"lint:fix": "eslint . --ext .ts,.tsx --fix", | ||
|