Skip to content

Commit 6a02310

Browse files
committed
chore: set path segments
1 parent e800814 commit 6a02310

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/site.config.ts

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ export const C = {
66
// Segment translations
77
SEGMENT_TRANSLATIONS: {
88
de: {
9-
gallery: "galerie",
10-
projects: "projekte",
11-
blog: "blog",
12-
notes: "notizen",
9+
past: "vergangenheit",
10+
present: "gegenwart",
11+
future: "zukunft",
1312
},
1413
en: {
15-
gallery: "gallery",
16-
projects: "projects",
17-
blog: "blog",
18-
notes: "notes",
14+
past: "past",
15+
present: "present",
16+
future: "future",
1917
},
2018
},
2119
// Page settings

0 commit comments

Comments
 (0)