Files
garden/.quartz/quartz.config.ts

8 lines
145 B
TypeScript
Raw Normal View History

2026-04-11 02:31:42 -05:00
const config: QuartzConfig = {
configuration: {
2026-04-11 03:54:48 -05:00
baseUrl: "https://garden.werats.gay",
pageTitle: "The Garden"
2026-04-11 02:31:42 -05:00
},
plugins: { },
2026-04-11 03:49:26 -05:00
}