diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-13 12:03:16 +0100 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-13 12:03:16 +0100 | 
| commit | 45335042c91c6bf5aa736658c461d54f96a6e0f2 (patch) | |
| tree | 016c6237ff41314fe1690b2d97384ddfc14fbece /src/config/website.ts | |
| parent | 04c19d46f76d7359d14622b8d44fbfef6bc07732 (diff) | |
chore: add Copyright component
Diffstat (limited to 'src/config/website.ts')
| -rw-r--r-- | src/config/website.ts | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/config/website.ts b/src/config/website.ts index 6122635..41eb9d9 100644 --- a/src/config/website.ts +++ b/src/config/website.ts @@ -3,4 +3,8 @@ import { t } from '@lingui/macro';  export const config = {    name: 'Armand Philippot',    baseline: t`Front-end developer`, +  copyright: { +    startYear: '2012', +    endYear: new Date().getFullYear(), +  },  }; | 
