my blog https://overreacted.io

maybe this

Changed files
+1 -1
.tangled
workflows
+1 -1
.tangled/workflows/deploy.yaml
··· 10 steps: 11 - name: build site 12 command: | 13 - nix develop --command bash -c 'npm run build' 14 - name: deploy 15 command: | 16 npx --yes wrangler pages deploy --branch main --project-name overreacted ./out/
··· 10 steps: 11 - name: build site 12 command: | 13 + npm run build 14 - name: deploy 15 command: | 16 npx --yes wrangler pages deploy --branch main --project-name overreacted ./out/