Skip to content

claudiabdm/astro-storyblok-image-service

Repository files navigation

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',
    }
    ...
});

About

Integration of Storyblok image service with Astro image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published