mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: add redirect for core-values
Core values was removed, this just adds a redirect to the homepage to avoid 404s. Fixes #9084. Signed-off-by: Tim deBoer <git@tdeboer.ca>
This commit is contained in:
parent
33c0c5651f
commit
a923e1bdfc
1 changed files with 4 additions and 0 deletions
|
|
@ -294,6 +294,10 @@ const config = {
|
|||
'/docs/extensions/write/adding-icons',
|
||||
],
|
||||
},
|
||||
{
|
||||
to: '/',
|
||||
from: '/core-values',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue