mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
not use Sharp
This commit is contained in:
parent
3a4dc2f5e6
commit
c565012a7c
1 changed files with 6 additions and 1 deletions
|
|
@ -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(),
|
||||
},
|
||||
|
||||
});
|
||||
Loading…
Reference in a new issue