Files
garden/.quartz/quartz.config.ts

11 lines
170 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
}
2026-04-11 03:59:27 -05:00
export default config;