mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-12 23:07:17 +00:00
🐛 Remove broken link and redirect to new page
This commit is contained in:
parent
7092a6213b
commit
6d320ad967
2 changed files with 6 additions and 4 deletions
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue