fix: add remote patterns for images
This commit is contained in:
@@ -20,6 +20,10 @@ export default defineConfig({
|
|||||||
site: getSiteURL(),
|
site: getSiteURL(),
|
||||||
|
|
||||||
image: {
|
image: {
|
||||||
|
remotePatterns: [
|
||||||
|
{ protocol: 'https', hostname: '*.alexlebens.net' },
|
||||||
|
{ protocol: 'https', hostname: '*.jsdelivr.net' },
|
||||||
|
],
|
||||||
service: {
|
service: {
|
||||||
entrypoint: 'astro/assets/services/sharp',
|
entrypoint: 'astro/assets/services/sharp',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user