diff --git a/.netlify/v1/config.json b/.netlify/v1/config.json index 2e3063d..05f78f2 100644 --- a/.netlify/v1/config.json +++ b/.netlify/v1/config.json @@ -1 +1 @@ -{"images":{"remote_images":["https?://cdn\\.pixabay\\.com/.*"]},"headers":[{"for":"/_astro/*","values":{"Cache-Control":"public, max-age=31536000, immutable"}}]} \ No newline at end of file +{"images":{"remote_images":["https?://cdn\\.pixabay\\.com/.*","https?://raw\\.githubusercontent\\.com/.*"]},"headers":[{"for":"/_astro/*","values":{"Cache-Control":"public, max-age=31536000, immutable"}}]} \ No newline at end of file diff --git a/astro.config.ts b/astro.config.ts index 1131216..cf2c68f 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -81,7 +81,7 @@ export default defineConfig({ ], image: { - domains: ['cdn.pixabay.com'], + domains: ['cdn.pixabay.com', 'raw.githubusercontent.com'], }, markdown: { diff --git a/src/data/post/Enterprise_App_Protection.mdx b/src/data/post/Enterprise_App_Protection.mdx index 5845165..593c14a 100644 --- a/src/data/post/Enterprise_App_Protection.mdx +++ b/src/data/post/Enterprise_App_Protection.mdx @@ -4,7 +4,7 @@ excerpt: "Protect your organization from phishing attacks impersonating Microsof publishDate: 2025-02-16T02:00:00Z author: "Richard Bergsma" category: Security -image: https://raw.githubusercontent.com/rrpbergsma/EnterpriseAppProtection/refs/heads/main/EnterpriseAppProtection.png +image: https://raw.githubusercontent.com/rrpbergsma/EnterpriseAppProtection/main/EnterpriseAppProtection.png tags: ["Security", "Phishing", "Microsoft 365", "Browser Extensions", "Cybersecurity"] ---