s/Nixos/NixOS/g
This commit is contained in:
parent
31c34e3ee8
commit
1cb0664c2d
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
|
|||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
title: "NixiN",
|
||||
description: "A webUI to configure Nixos machines",
|
||||
description: "A webUI to configure NixOS machines",
|
||||
base: '/',
|
||||
head: [
|
||||
['link', { rel: 'shortcut icon', href: 'logo-nix-clic.jpg', type: 'image/jpeg' }]
|
||||
|
|
2
index.md
2
index.md
|
@ -4,7 +4,7 @@ layout: home
|
|||
|
||||
hero:
|
||||
name: "NixiN"
|
||||
text: "A webUI to configure Nixos machines"
|
||||
text: "A webUI to configure NixOS machines"
|
||||
tagline: by the Distrilab
|
||||
image: ./logo-nix-clic.jpg
|
||||
actions:
|
||||
|
|
Loading…
Reference in a new issue