From 55281dd4e367a447e2d6ee691c0e3d7525b2e908 Mon Sep 17 00:00:00 2001 From: mcdmaster Date: Tue, 24 Mar 2020 21:29:42 +0900 Subject: [PATCH] Update nuxt.config.ts --- nuxt.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 57066ffe..2fa328c3 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -121,7 +121,8 @@ const config: Configuration = { { name: 'i18n_redirected', label: 'i18n Redirection Cookie', - description: 'For automatically switching UI languages in accordance with locale preferences in the web browser configuration.', + description: + 'For automatically switching UI languages in accordance with locale preferences in the web browser configuration.', cookies: ['i18n_redirected'] } ],