Skip to content

Commit 2b395f7

Browse files
committed
feat: mise à jour de l'url originale
1 parent dae4b22 commit 2b395f7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

content/Articles/Sauvegarder son serveur sur un Synology via S3.md renamed to content/Articles/2024/Sauvegarder son serveur sur un Synology via S3.md

File renamed without changes.

quartz.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ import * as Plugin from "./quartz/plugins"
88
*/
99
const config: QuartzConfig = {
1010
configuration: {
11-
pageTitle: "Cyber Jardin",
11+
pageTitle: "CyberJardin",
1212
pageTitleSuffix: "",
1313
enableSPA: true,
1414
enablePopovers: false,
1515
analytics: {
1616
provider: "plausible",
1717
},
1818
locale: "fr-FR",
19-
baseUrl: "quartz.jzhao.xyz",
19+
baseUrl: "jardin.bachrc.net",
2020
ignorePatterns: ["private", "templates", ".obsidian"],
2121
defaultDateType: "modified",
2222
theme: {
@@ -94,4 +94,4 @@ const config: QuartzConfig = {
9494
},
9595
}
9696

97-
export default config
97+
export default config

0 commit comments

Comments
 (0)