diff --git a/astro.config.mjs b/astro.config.mjs index 8e50edc..4a5144f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,4 +1,4 @@ -import { defineConfig } from "astro/config"; +import { defineConfig, passthroughImageService } from "astro/config"; import svelte from "@astrojs/svelte"; @@ -20,4 +20,9 @@ export default defineConfig({ vite: { plugins: [tailwindcss()], }, + + image: { + service: passthroughImageService(), + }, + }); \ No newline at end of file