astro-storyblok-image-service
v1.0.2
Published
Integration of Storyblok image service into Astro image service API
Maintainers
Readme
Astro Storyblok Image Service
Integrate Storyblok image service with Astro image components or getImage().
Getting Started
Installation
npm install -D astro-storyblok-image-serviceUsage
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',
}
...
});
