Files
garden/.quartz/quartz.config.ts

7 lines
116 B
TypeScript
Raw Permalink Normal View History

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