somewhat working
This commit is contained in:
parent
871ad5f96a
commit
80a205e250
8 changed files with 263 additions and 83 deletions
|
|
@ -1,5 +1,7 @@
|
|||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
import { defineConfig, passthroughImageService } from "astro/config"
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
image: { service: passthroughImageService() },
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue