Skip to content

Commit 43a64e2

Browse files
docs: implement i18n (#68)
1 parent 3c6aa3b commit 43a64e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/astro.config.mjs

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ export default defineConfig({
88
integrations: [
99
starlight({
1010
title: "Go-fast CDN",
11+
defaultLocale: "root",
12+
locales: {
13+
root: {
14+
label: "English",
15+
lang: "en",
16+
},
17+
da: {
18+
label: "Dansk",
19+
},
20+
},
1121
social: {
1222
github: "https://github.com/kevinanielsen/go-fast-cdn",
1323
},

0 commit comments

Comments
 (0)