Update quartz.config.ts
This commit is contained in:
parent
319ebe1276
commit
b8dedae33b
|
@ -8,14 +8,14 @@ import * as Plugin from "./quartz/plugins"
|
|||
*/
|
||||
const config: QuartzConfig = {
|
||||
configuration: {
|
||||
pageTitle: "🌃 <script>location.hostname</script>",
|
||||
pageTitle: "🌃 Ulysia",
|
||||
enableSPA: true,
|
||||
enablePopovers: true,
|
||||
analytics: {
|
||||
provider: "plausible",
|
||||
provider: "plausible", host: 'plausible.nexae.net'
|
||||
},
|
||||
locale: "en-US",
|
||||
baseUrl: "nexie.net",
|
||||
baseUrl: "derg.cz",
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "created",
|
||||
theme: {
|
||||
|
|
Loading…
Reference in a new issue