Compare commits
No commits in common. "261b06ce5427c2ea81dde4cf5ff8be2d107a0bf8" and "80d04032a95929c92688194f06f6d1ac3e279077" have entirely different histories.
261b06ce54
...
80d04032a9
|
@ -12,8 +12,7 @@ const config: QuartzConfig = {
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: {
|
analytics: {
|
||||||
provider: "plausible",
|
provider: "plausible", host: 'plausible.nexae.net'
|
||||||
host: "plausible.derg.cz",
|
|
||||||
},
|
},
|
||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
baseUrl: "derg.cz",
|
baseUrl: "derg.cz",
|
||||||
|
|
|
@ -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.derg.cz/moth-simple-inv.svg"
|
const iconPath = "https://assets.nexie.net/favicon.webp"
|
||||||
const ogImagePath = "https://assets.derg.cz/moth-simple-inv.svg"
|
const ogImagePath = "https://assets.nexie.net/favicon.webp"
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Reference in a new issue