mirror of
https://github.com/rjNemo/vf-site
synced 2026-06-12 12:06:39 +00:00
chore(netlify): use Node 24 for Astro build
This commit is contained in:
parent
46e8439c2b
commit
77fceeead1
1 changed files with 8 additions and 0 deletions
8
netlify.toml
Normal file
8
netlify.toml
Normal 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"
|
||||||
Loading…
Reference in a new issue