change base URL
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 23s

This commit is contained in:
Eau
2026-04-11 03:49:26 -05:00
parent e6e763e6b7
commit e33e2c72af
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
const config: QuartzConfig = {
configuration: {
baseUrl: "http://localhost:8080"
baseUrl: "https://garden.werats.gay"
},
plugins: { },
}
}