fix: several pages linked to redirected urls. This replaces those links with the destination instead

This commit is contained in:
2023-06-28 22:56:03 +02:00
parent 0dc97732e8
commit b5126bf051
16 changed files with 39 additions and 39 deletions

View File

@@ -14,33 +14,33 @@
},
{
"label": "About me",
"path": "/pages/about"
"path": "/pages/about/"
},
{
"label": "Resume",
"path": "/pages/resume"
"path": "/pages/resume/"
},
{
"label": "Contact me",
"path": "/pages/contacts"
"path": "/pages/contacts/"
}
],
"legalMenu": [
{
"label": "Cookies",
"path": "/pages/legal/cookies"
"path": "/pages/legal/cookies/"
},
{
"label": "Disclaimer",
"path": "/pages/legal/disclaimer"
"path": "/pages/legal/disclaimer/"
},
{
"label": "Categories",
"path": "/categories"
"path": "/categories/"
},
{
"label": "Tags",
"path": "/tags"
"path": "/tags/"
}
],
"author": {