mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-24 03:01:30 +08:00
chore: Add kazoottt.top domain to image configuration
This commit is contained in:
@ -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: [
|
||||||
|
Reference in New Issue
Block a user