Skip to content

Commit 2126f3f

Browse files
committed
added image service exception
1 parent e91e99c commit 2126f3f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import mdx from "@astrojs/mdx";
22
import react from "@astrojs/react";
33
import tailwind from "@astrojs/tailwind";
44
import awsAmplify from "astro-aws-amplify";
5-
import { defineConfig } from "astro/config";
5+
import { defineConfig, passthroughImageService } from "astro/config";
66

77

88
// https://astro.build/config
@@ -14,6 +14,9 @@ export default defineConfig({
1414
},
1515
experimental: {
1616
svg: true
17+
},
18+
image: {
19+
service: passthroughImageService()
1720
},
1821
integrations: [
1922
mdx(),

0 commit comments

Comments
 (0)