From d76e7c054e51471c908707634f5dbdcd3422b8d9 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 3 Jan 2022 15:32:01 +0100 Subject: chore: add line numbers to all prism blocks and translate copy button --- src/config/website.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config') diff --git a/src/config/website.ts b/src/config/website.ts index 717b616..a1e238e 100644 --- a/src/config/website.ts +++ b/src/config/website.ts @@ -7,5 +7,6 @@ export const config = { startYear: '2012', endYear: new Date().getFullYear(), }, + defaultLocale: 'fr', postsPerPage: 10, }; -- cgit v1.2.3