changed assets url and changed favicon

This commit is contained in:
Heli-o 2024-11-16 21:13:57 +01:00
parent d496b51862
commit 8635dcbd29
2 changed files with 4 additions and 3 deletions

View file

@ -12,7 +12,8 @@ const config: QuartzConfig = {
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { analytics: {
provider: "plausible", host: 'plausible.nexae.net' provider: "plausible",
host: "plausible.derg.cz",
}, },
locale: "en-US", locale: "en-US",
baseUrl: "derg.cz", baseUrl: "derg.cz",

View file

@ -15,8 +15,8 @@ export default (() => {
const path = url.pathname as FullSlug const path = url.pathname as FullSlug
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!) const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)
const iconPath = "https://assets.nexie.net/favicon.webp" const iconPath = "https://assets.derg.cz/moth-simple-inv.svg"
const ogImagePath = "https://assets.nexie.net/favicon.webp" const ogImagePath = "https://assets.derg.cz/moth-simple-inv.svg"
return ( return (
<head> <head>