fixed some little issues and added new pages

This commit is contained in:
belviskhoremk
2026-04-26 21:42:51 +00:00
parent 8722539c66
commit dd3e970bbd
34 changed files with 3031 additions and 1096 deletions

3
vercel.json Normal file
View File

@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}