Add vercel.json
This commit is contained in:
parent
cc72ce4b67
commit
b02675ada0
|
|
@ -1,5 +1,7 @@
|
||||||
dist/
|
dist/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
bun.lockb
|
||||||
|
yarn.lock
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"buildCommand": "yarn build",
|
||||||
|
"framework": "eleventy",
|
||||||
|
"outputDirectory": "dist"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue