mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 17:31:41 +00:00
chore(config): add vercel config file for astro deployment
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||||
|
"framework": "astro",
|
||||||
|
"installCommand": "bun install",
|
||||||
|
"buildCommand": "bun run build",
|
||||||
|
"outputDirectory": "dist"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user