my blog https://overreacted.io

maybe this

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