🐛 Remove broken link and redirect to new page

This commit is contained in:
Yann Bertrand 2024-05-13 22:38:52 +02:00
parent 7092a6213b
commit 6d320ad967
2 changed files with 6 additions and 4 deletions

View file

@ -478,10 +478,6 @@ export default defineConfig({
text: 'Disable application quarantine message',
link: '/misc/lsquarantine.md',
},
{
text: 'Key held down behavior',
link: '/misc/applepressandholdenabled.md',
},
{
text: 'Close confirm changes popup',
link: '/misc/nsclosealwaysconfirmschanges.md',

View file

@ -23,3 +23,9 @@ seo = 1
to = "/:splat"
status = 301
force = true
[[redirects]]
from = "/misc/applepressandholdenabled.html"
to = "/keyboard/applepressandholdenabled.html"
status = 301
force = true