Skip to content

Commit

Permalink
🐛 Remove broken link and redirect to new page
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand committed May 13, 2024
1 parent 7092a62 commit 6d320ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d320ad

Please sign in to comment.