chore: Add kazoottt.top domain to image configuration

This commit is contained in:
KazooTTT
2025-02-19 18:32:21 +08:00
parent a90b31a668
commit 7bbe51e4bd

View File

@ -26,7 +26,7 @@ import rehypeUnwrapImages from "rehype-unwrap-images";
export default defineConfig({ export default defineConfig({
site: siteConfig.url, site: siteConfig.url,
image: { image: {
domains: ["webmention.io"], domains: ["webmention.io", "kazoottt.top"],
service: passthroughImageService(), service: passthroughImageService(),
}, },
integrations: [ integrations: [