Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 0bfc3fe

Browse files
committed
build(1.0.0): add vercel config for handling routes refresh
1 parent d39c4c4 commit 0bfc3fe

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ So, this is my attempt to organize my gaming backlog as a pet-project
1717

1818
* React
1919
* TypeScript
20-
* RTK
20+
* nanostores
2121
* TailwindCSS
2222
* DaisyUI
2323
* FSD-architecture
2424
* [howlongtobeat package](https://github.com/ckatzorke/howlongtobeat) as types on a client application
25-
* Vitest for unit-tests
2625
* react-i18next
2726
* Firebase Auth & Firebase Firestore
2827
* Simple NestJS app for search api proxy

vercel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
3+
}

0 commit comments

Comments
 (0)