Compare commits

..

No commits in common. "261b06ce5427c2ea81dde4cf5ff8be2d107a0bf8" and "80d04032a95929c92688194f06f6d1ac3e279077" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -12,8 +12,7 @@ const config: QuartzConfig = {
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
host: "plausible.derg.cz",
provider: "plausible", host: 'plausible.nexae.net'
},
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.derg.cz/moth-simple-inv.svg"
const ogImagePath = "https://assets.derg.cz/moth-simple-inv.svg"
const iconPath = "https://assets.nexie.net/favicon.webp"
const ogImagePath = "https://assets.nexie.net/favicon.webp"
return (
<head>