Update from Main

This commit is contained in:
Dragos
2022-12-18 13:07:59 +02:00
committed by GitHub
parent b4cf5e6768
commit 292c68df2d
2 changed files with 355 additions and 315 deletions

12
vercel.json Normal file
View File

@@ -0,0 +1,12 @@
{
"github": {
"silent": true
},
"routes": [
{
"src": "/[^.]+",
"dest": "/",
"status": 200
}
]
}