From 751b00d7145c6a420cb811288112d4d60d47377f Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Tue, 1 Oct 2024 15:43:21 +0300 Subject: [PATCH] fix: broken links wouln't build --- .vitepress/config.mts | 7 ++++++- about.md | 2 +- index.md | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 539c360..1c40ac0 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -46,5 +46,10 @@ export default defineConfig({ { icon: 'github', link: 'https://git.distrilab.fr/NixiN' } //{ icon: 'mastodon', link: 'https://mastodon.cc/@mrflos' } ] - } + }, + + ignoreDeadLinks:[ + // ignore all localhost links + /^https?:\/\/localhost/, + ] }) diff --git a/about.md b/about.md index e61fc14..d41993e 100644 --- a/about.md +++ b/about.md @@ -35,7 +35,7 @@ The backend will use private git repositories to store the configurations and a We are still in the first step for now. -Check [the roadmap](roadmap) for more detailed information. +Check [the roadmap](./roadmap) for more detailed information. ## Why this name ? diff --git a/index.md b/index.md index 4fc148f..efbba75 100644 --- a/index.md +++ b/index.md @@ -57,7 +57,7 @@ const members = [ NixiN is a webUI that allows non-technical users to configure NixOS machines and VMs easily. It offers pre-configured setups for various web applications, focusing on security and scalability using modern technologies. You can select use cases from bundles (like cloud storage or social networks), customize web services, and specify domains, resulting in a complete NixOS configuration stored in a git repository. The platform will support managing multiple configurations, build them and deploy them. It also provides tools for distributed services. -[Read more about NixiN](about) +[Read more about NixiN](./about) ## Our Team