Switch to static site rendering
This commit is contained in:
17
vercel.json
Normal file
17
vercel.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"builds": [
|
||||
{
|
||||
"src": "package.json",
|
||||
"use": "@vercel/static-build",
|
||||
"config": {
|
||||
"distDir": "build"
|
||||
}
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "/$1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user