chore(netlify): use Node 24 for Astro build

This commit is contained in:
Ruidy 2025-09-06 18:12:46 -04:00
parent 46e8439c2b
commit 77fceeead1

8
netlify.toml Normal file
View file

@ -0,0 +1,8 @@
[build]
# Use pnpm via Corepack and build Astro to static `dist/`.
command = "corepack enable && pnpm install --frozen-lockfile && pnpm build"
publish = "dist"
[build.environment]
# Ensure Node 24 for Astro/Tailwind.
NODE_VERSION = "24"