Compare commits
2 commits
80d04032a9
...
261b06ce54
Author | SHA1 | Date | |
---|---|---|---|
261b06ce54 | |||
8635dcbd29 |
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue