diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..c5f04b0 --- /dev/null +++ b/netlify.toml @@ -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"