All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 26s
8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
const config: QuartzConfig = {
|
|
configuration: {
|
|
baseUrl: "https://garden.werats.gay",
|
|
pageTitle: "The Garden"
|
|
},
|
|
plugins: { },
|
|
}
|