diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-03 15:32:01 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-03 15:32:01 +0100 |
| commit | d76e7c054e51471c908707634f5dbdcd3422b8d9 (patch) | |
| tree | 6d74a0cdc8c21df22fbbaf087c56ed4e07a905ce /src/config | |
| parent | f9276790f55bd9d528512e6fe647774b67860dd0 (diff) | |
chore: add line numbers to all prism blocks and translate copy button
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/website.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |
