Compare commits

...

2 commits

Author SHA1 Message Date
Heli-o 261b06ce54 Merge branch 'main' of https://git.derg.cz/ulysia/site 2024-11-16 21:14:01 +01:00
Heli-o 8635dcbd29 changed assets url and changed favicon 2024-11-16 21:13:57 +01:00
2 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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 (
<head>