6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
|
|
const config: QuartzConfig = {
|
||
|
|
configuration: {
|
||
|
|
baseUrl: "http://localhost:8080"
|
||
|
|
},
|
||
|
|
plugins: { },
|
||
|
|
}
|