From e33e2c72af975ec4595a3f1caf657d907da4ee79 Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Sat, 11 Apr 2026 03:49:26 -0500 Subject: [PATCH] change base URL --- .quartz/quartz.config.ts | 4 ++-- index.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 index.md diff --git a/.quartz/quartz.config.ts b/.quartz/quartz.config.ts index cb2ca94..5593ca9 100644 --- a/.quartz/quartz.config.ts +++ b/.quartz/quartz.config.ts @@ -1,6 +1,6 @@ const config: QuartzConfig = { configuration: { - baseUrl: "http://localhost:8080" + baseUrl: "https://garden.werats.gay" }, plugins: { }, -} \ No newline at end of file +} diff --git a/index.md b/index.md new file mode 100644 index 0000000..da3f249 --- /dev/null +++ b/index.md @@ -0,0 +1,10 @@ +--- +title: Welcome +--- + + +This is your new *vault*. + +Make a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)! + +When you're ready, delete this note and make the vault your own. \ No newline at end of file