Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adding Sequoia pre- and post-build steps

+2 -1
+2 -1
package.json
··· 5 5 "license": "MIT", 6 6 "scripts": { 7 7 "dev": "astro dev", 8 - "prebuild": "pnpm exec tsx scripts/toggle-proxy.ts", 8 + "prebuild": "sequoia publish && pnpm exec tsx scripts/toggle-proxy.ts", 9 9 "build": "pnpm run prebuild && astro build", 10 + "postbuild": "sequoia inject", 10 11 "preview": "astro preview", 11 12 "astro": "astro", 12 13 "lint": "eslint .",