From 8635dcbd29c0e90d6164808b7c6c636e51dde59c Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sat, 16 Nov 2024 21:13:57 +0100 Subject: [PATCH] changed assets url and changed favicon --- quartz.config.ts | 3 ++- quartz/components/Head.tsx | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 (