Astro implementation of openring npmjs.com/package/@jasikpark/astro-openring
astro webring typescript
0
fork

Configure Feed

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

Add publishConfig.access = public

+3
+3
package.json
··· 38 38 "@vitest/ui": "^4.0.17", 39 39 "sanitize-html": "^2.17.0", 40 40 "vitest": "^4.0.17" 41 + }, 42 + "publishConfig": { 43 + "access": "public" 41 44 } 42 45 }