diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..5bdb0a1 --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "framework": "astro", + "installCommand": "bun install", + "buildCommand": "bun run build", + "outputDirectory": "dist" +}