From 750fd7e1770614dd6738aa2fb97c4024ad58c51b Mon Sep 17 00:00:00 2001 From: Kia Ishii Date: Mon, 19 Oct 2020 11:30:28 +0900 Subject: [PATCH] style: organize the order of localeConfig properties --- types/shared.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/shared.d.ts b/types/shared.d.ts index 08fb259a..ee624a17 100644 --- a/types/shared.d.ts +++ b/types/shared.d.ts @@ -2,11 +2,11 @@ export interface LocaleConfig { lang: string - selectText?: string - label?: string title?: string description?: string head?: HeadConfig[] + label?: string + selectText?: string } export interface SiteData {