A Astro blog hosted on Vercel

add engine to workflow

+2
+2
.tangled/workflows/deploy.yaml
··· 2 2 - event: ["push", "pull_request"] 3 3 branch: ["main"] 4 4 5 + engine: nixery 6 + 5 7 dependencies: 6 8 nixpkgs: 7 9 - nodejs