From 54bbc06bd84437c6b38e2f6c57060f21a8318720 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 19 Feb 2023 14:08:33 +0100 Subject: . --- sanity/schemas/_locales.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sanity/schemas/_locales.ts') diff --git a/sanity/schemas/_locales.ts b/sanity/schemas/_locales.ts index 8baca54..20273bd 100644 --- a/sanity/schemas/_locales.ts +++ b/sanity/schemas/_locales.ts @@ -1,5 +1,5 @@ export const supportedLanguages = [ - { id: 'en', iso: "en-GB", title: 'English' }, - { id: 'nb', iso: "nb-NO", title: 'Norwegian', isDefault: true }, -] -export const baseLanguage = supportedLanguages.find(l => l.isDefault) as { id: string, title: string }; \ No newline at end of file + {id: "en", iso: "en-GB", title: "English"}, + {id: "nb", iso: "nb-NO", title: "Norwegian", isDefault: true}, +]; +export const baseLanguage = supportedLanguages.find((l) => l.isDefault) as {id: string; title: string}; -- cgit v1.3