From 6d320ad967a763ddfc1736add1a27b7d6fbd8bb4 Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Mon, 13 May 2024 22:38:52 +0200 Subject: [PATCH] :bug: Remove broken link and redirect to new page --- docs/.vitepress/config.js | 4 ---- netlify.toml | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 80bc0b3f..d664dffe 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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', diff --git a/netlify.toml b/netlify.toml index 36ad8bb4..f8969501 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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