diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-09-26 15:54:28 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-10-24 12:23:48 +0200 |
| commit | 70efcfeaa0603415dd992cb662d8efb960e6e49a (patch) | |
| tree | 5d37e98fae9aa7e5c3d8ef30a10db9fed9b63e36 /.cspell/project-words.txt | |
| parent | 31695306bfed44409f03006ea717fd2cceff8f87 (diff) | |
refactor(routes): replace hardcoded routes with constants
It makes it easier to change a route if needed and it avoid typo
mistakes.
I also refactored a bit the concerned files to be complient with the
new ESlint config. However, I should rewrite the pages to reduce
the number of statements.
Diffstat (limited to '.cspell/project-words.txt')
| -rw-r--r-- | .cspell/project-words.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cspell/project-words.txt b/.cspell/project-words.txt index 9e5b1c3..c2e8973 100644 --- a/.cspell/project-words.txt +++ b/.cspell/project-words.txt @@ -7,6 +7,7 @@ commitlint formatjs Gitlab Jamstack +LINKEDIN nextjs nosniff postbuild @@ -14,6 +15,7 @@ predev prismjs rehype SAMEORIGIN +Shaarli stylelint svgr thematics |
