mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 04:32:32 +02:00
fix: several pages linked to redirected urls. This replaces those links with the destination instead
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user