Create vercel.json

This commit is contained in:
RTAkland
2023-01-07 21:13:00 +08:00
committed by GitHub
parent 2a47b24867
commit 408dc88529
1 file changed
+4
+4
View File
@@ -0,0 +1,4 @@
{
"routes": [
{ "src": "/", "dest": "src/__init__.py" }]
}