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