first commit
This commit is contained in:
commit
4a589825c2
297 changed files with 33019 additions and 0 deletions
22
vercel.json
Normal file
22
vercel.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"version": 2,
|
||||
"framework": "astro",
|
||||
"settings": {
|
||||
"frameworkVersion": "5.17.1"
|
||||
},
|
||||
"builds": [
|
||||
{
|
||||
"src": "frontend/package.json",
|
||||
"use": "@vercel/static-build",
|
||||
"config": {
|
||||
"distDir": "dist"
|
||||
}
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "frontend/dist/$1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue