feat(i18n): remove other languages for now, i'll translate everything later

This commit is contained in:
2026-02-26 20:18:27 +01:00
parent 4141580ac1
commit 35833a3fb4
5 changed files with 14 additions and 23 deletions

View File

@@ -41,11 +41,7 @@ export default defineNuxtConfig({
{ property: "og:url", content: URL },
{ property: "og:site_name", content: TITLE },
{ property: "og:locale", content: "en-US" },
{ property: "og:locale:alternate", content: "de-DE" },
{ property: "og:locale:alternate", content: "fr-FR" },
{ property: "og:locale:alternate", content: "es-ES" },
{ property: "og:locale:alternate", content: "it-IT" },
{ property: "og:locale:alternate", content: "ja-JP" },
{ name: "twitter:card", content: "summary_large_image" },
{ name: "twitter:title", content: TITLE },
{ name: "twitter:description", content: DESCRIPTION },