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