aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/404.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-2/+2
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-18/+44
|
* chore(i18n): replace i18n provider and helpersArmand Philippot2022-01-291-3/+3
|
* fix: handle translation with linguiArmand Philippot2022-01-281-6/+4
| | | | | | | | The previous method was not working so I tried a different approach. Translation is loaded but I'm still getting warnings: * Plurals for locale undefined aren't loaded * Text content did not match I can't figure how to fix them...
* chore: fix 404 page gridArmand Philippot2022-01-081-3/+4
|
* refactor: reuse PostHeader for all pages except homepageArmand Philippot2022-01-061-1/+2
|
* chore: add a breadcrumb componentArmand Philippot2021-12-211-3/+5
|
* chore: add a 404 pageArmand Philippot2021-12-181-0/+52