From 5a6584777e42e6e3e55294d357cb0adafe2853e7 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 22 Apr 2022 18:46:48 +0200 Subject: chore: add a Layout component It defines the different components used by all other layouts. --- src/utils/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/config.ts') diff --git a/src/utils/config.ts b/src/utils/config.ts index 874a24c..6ec8c82 100644 --- a/src/utils/config.ts +++ b/src/utils/config.ts @@ -18,7 +18,7 @@ export const settings = { }, copyright: { startYear: '2012', - endYear: new Date().getFullYear(), + endYear: new Date().getFullYear().toString(), }, locales: { defaultLocale: 'fr', -- cgit v1.2.3