1.0.2 • Published 1 year ago
astro-storyblok-image-service v1.0.2
Astro Storyblok Image Service
Integrate Storyblok image service with Astro image components or getImage().
Getting Started
Installation
npm install -D astro-storyblok-image-service
Usage
To use the Storyblok image service with the Astro Image API you need to configure the astro.config.mjs
file.
import { AstroStoryblokImageService } from 'astro-storyblok-image-service';
export default defineConfig({
...
image: {
service: 'astro-storyblok-image-service',
}
...
});