fix: broken links wouln't build
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 31s

This commit is contained in:
Florian Schmitt 2024-10-01 15:43:21 +03:00
parent aa0665f243
commit 751b00d714
3 changed files with 8 additions and 3 deletions

View file

@ -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/,
]
})

View file

@ -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 ?

View file

@ -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