fix: add remote patterns for images
All checks were successful
test-build / guarddog (push) Successful in 1m20s
renovate / renovate (push) Successful in 1m43s
test-build / build (push) Successful in 2m6s

This commit is contained in:
2026-02-18 15:22:35 -06:00
parent 44bd1e4810
commit ba73c1b24f

View File

@@ -20,6 +20,10 @@ export default defineConfig({
site: getSiteURL(),
image: {
remotePatterns: [
{ protocol: 'https', hostname: '*.alexlebens.net' },
{ protocol: 'https', hostname: '*.jsdelivr.net' },
],
service: {
entrypoint: 'astro/assets/services/sharp',
}