1.0.0 • Published 10 months ago

strapi-community-astro-loader v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Strapi Community Astro Loader

This package is a community-driven Astro loader for Strapi. It allows you to fetch content from a Strapi API and use it in your Astro project.

note: this is a work in progress and requires the use of the following package to be installed inside your Strapi project in order for it to work:

https://www.npmjs.com/package/get-strapi-schema

Installation

npm install strapi-community-astro-loader

Usage

import { strapiLoader } from "strapi-community-astro-loader";

// pass the collection type name to the loader
const strapiPostsLoader = defineCollection({
  loader: strapiLoader({ contentType: "article" }),
});

License

MIT

For questions, contributions, and support, please open an issue on GitHub.

1.0.0

10 months ago