feat: Implement IP to color scheme mapping

closes #2
- updated page title
- attatched modal to "YOU GET" pill
This commit is contained in:
2026-02-23 13:23:59 +05:30
parent 804fde0051
commit cfee953dee
8 changed files with 272 additions and 49 deletions

View File

@@ -1,3 +1,9 @@
# Mi sitio personal
English or Spanish
## Theme Randomization
If you want to trigger theme randomization instead of IP based mapping, you can set the environment var when running dev:
```
VITE_RANDOMIZE_THEME=true npm run dev
```