fix: update 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
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:
parent
b59dd09b82
commit
b416075791
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const config: QuartzConfig = {
|
|||
enablePopovers: true,
|
||||
analytics: null,
|
||||
locale: "de-DE",
|
||||
baseUrl: "localhost:8080",
|
||||
baseUrl: "https://school-knowledge.duskflower.dev/",
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "modified",
|
||||
theme: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue