feat(i18n): remove other languages for now, i'll translate everything later
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user