Compare commits

..
11 Commits
Author SHA1 Message Date
tophe 4c1cefc1f5 Add vercel.json for SPA routing 2026-05-27 01:08:23 +02:00
tophe f1c39eaae2 Maj du titre de la page index 2026-05-26 22:30:12 +02:00
tophe a52b4baddc Merge branch 'master' into main 2026-05-26 18:47:09 +02:00
tophe dc9fd58f66 Ajout de nv fichier de migration SQL 2026-05-26 01:12:28 +02:00
tophe 65a6c50fec Optimisation DB et Migration 2026-05-26 01:11:11 +02:00
tophe e6d2eee9ea Ajout de visuels sur la matrice pour sélection 2026-05-25 20:55:58 +02:00
tophe 24e08fca4f Ajout du composant Form Skill Member 2026-05-25 01:36:29 +02:00
tophe ac1b35b1d9 Ajout de visualisations pratiques de la matrice 2026-05-25 01:34:18 +02:00
tophe 24afa9a8e8 Ajout gitignore pour les opencode stuff 2026-05-24 21:05:03 +02:00
tophe 2ee7decbfd Remaster avec skill supabase only et grillme 2026-05-24 20:30:45 +02:00
tophe e38a3df248 Fix: Add .env to .gitignore and create .env.example
- Uncomment .env in .gitignore to prevent accidental commits
- Remove .env from git tracking
- Add .env.example with placeholder values for documentation
- Fixes security issue where .env was committed with credentials
2026-05-23 17:29:19 +02:00
+3
View File
@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}