fix: correct base url
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run

This commit is contained in:
duskflower 2025-04-07 19:10:26 +02:00
parent b416075791
commit a476c9bf06

View file

@ -14,7 +14,7 @@ const config: QuartzConfig = {
enablePopovers: true,
analytics: null,
locale: "de-DE",
baseUrl: "https://school-knowledge.duskflower.dev/",
baseUrl: "school-knowledge.duskflower.dev",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified",
theme: {