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.

Export the loader from index.ts

+2 -1
+1
index.ts
··· 1 + export { openringLoader } from "./src/openringLoader/openringLoader.ts";
+1 -1
package.json
··· 5 5 "exports": { 6 6 ".": "./index.ts" 7 7 }, 8 - "files": ["src"], 8 + "files": ["index.ts", "src"], 9 9 "keywords": ["astro-component", "webring"], 10 10 "scripts": { 11 11 "dev": "astro dev",