summaryrefslogtreecommitdiffstats
path: root/src/pages/404.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a search form on 404 pageArmand Philippot2022-05-241-0/+9
|
* fix: ensure all topics/thematics have the base urlArmand Philippot2022-05-231-4/+4
|
* chore: use persistent layoutArmand Philippot2022-05-171-2/+7
| | | | | It prevents to rerender the common components between pages (header, footer...).
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-161-10/+6
|
* chore: add 404 pageArmand Philippot2022-05-161-0/+144
|
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-85/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+5
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* 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