Fix Lang
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Chaoscaot 2024-08-05 00:48:01 +02:00
Ursprung 5409d4a248
Commit d9f34e6316

Datei anzeigen

@ -28,7 +28,7 @@ const iconImage = await getImage({src: icon, height: 32, width: 32, format: "png
}} }}
languageAlternates={astroI18n.locales.map((locale) => ({ languageAlternates={astroI18n.locales.map((locale) => ({
hrefLang: locale, hrefLang: locale,
href: `/${locale}/`, href: `https://steamwar.de/${locale}/`,
}))} }))}
/> />