1.0.2 • Published 1 year ago

astro-storyblok-image-service v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago