diff --git a/quartz.config.ts b/quartz.config.ts index acc72cc..ea0f51f 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -12,7 +12,8 @@ const config: QuartzConfig = { enableSPA: true, enablePopovers: true, analytics: { - provider: "plausible", host: 'plausible.nexae.net' + provider: "plausible", + host: "plausible.derg.cz", }, locale: "en-US", baseUrl: "derg.cz", diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx index 68e0360..326446d 100644 --- a/quartz/components/Head.tsx +++ b/quartz/components/Head.tsx @@ -15,8 +15,8 @@ export default (() => { const path = url.pathname as FullSlug const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!) - const iconPath = "https://assets.nexie.net/favicon.webp" - const ogImagePath = "https://assets.nexie.net/favicon.webp" + const iconPath = "https://assets.derg.cz/moth-simple-inv.svg" + const ogImagePath = "https://assets.derg.cz/moth-simple-inv.svg" return (