Skip to content

Commit 1b1933d

Browse files
committed
chore: Update page title and base URL
1 parent 4f137e8 commit 1b1933d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quartz.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ import * as Plugin from "./quartz/plugins";
88
*/
99
const config: QuartzConfig = {
1010
configuration: {
11-
pageTitle: "ExaDev Breadboard Activity",
11+
pageTitle: "ExaDev Public Notebook",
1212
enableSPA: true,
1313
enablePopovers: true,
1414
analytics: {
1515
provider: "plausible",
1616
},
1717
locale: "en-US",
18-
baseUrl: "exadev.github.io/Breadboard-Activity",
18+
baseUrl: "exadev.github.io",
1919
ignorePatterns: ["private", "templates", ".obsidian"],
2020
defaultDateType: "created",
2121
theme: {

0 commit comments

Comments
 (0)