diff --git a/src/components/global/Header.astro b/src/components/global/Header.astro index 54b348a..ea7df47 100644 --- a/src/components/global/Header.astro +++ b/src/components/global/Header.astro @@ -3,7 +3,7 @@ const { MobileTitle, NoSubHeader } = Astro.props; // Netweak Status -const NetweakPing = await fetch('https://status.sudovanilla.com/json'); +const NetweakPing = await fetch('https://status.sudovanilla.org/json'); const NetweakStatus = await NetweakPing.json(); if (NetweakStatus.status === 'minor_outage') { diff --git a/src/components/global/SudoVanillaLogo.astro b/src/components/global/SudoVanillaLogo.astro index 0c37950..6d5bf29 100644 --- a/src/components/global/SudoVanillaLogo.astro +++ b/src/components/global/SudoVanillaLogo.astro @@ -7,7 +7,7 @@ const { WithLogo, OnlyLogo } = Astro.props; WithLogo ? ( SudoVanilla Logo ) : null } @@ -31,7 +31,7 @@ const { WithLogo, OnlyLogo } = Astro.props; } } - img[src="https://md.sudovanilla.com/images/sv-logo-4.png"] + img[src="https://md.sudovanilla.org/images/sv-logo-4.png"] { width: 32px; height: 30px; diff --git a/src/content/posts/introducing-sudovanilla-org.mdx b/src/content/posts/introducing-sudovanilla-org.mdx index 96fa0a1..b2e0d45 100644 --- a/src/content/posts/introducing-sudovanilla-org.mdx +++ b/src/content/posts/introducing-sudovanilla-org.mdx @@ -1,7 +1,7 @@ --- title: Introducing SudoVanilla.org url: introducing-sudovanilla-org -image: https://md.sudovanilla.com/images/m4d5t7.png +image: https://md.sudovanilla.org/images/m4d5t7.png date: 2024-04-23 --- New website! New logo! New domain! New stuff! @@ -52,7 +52,7 @@ Also, a CMS has finally been integrated to the website...locally that is. ## Keystatic CMS - + The Keystatic CMS has been added to the website's source code, this can be used when running the website locally. This makes creating contributions to the docs and Init Privacy much more easier and faster. diff --git a/src/pages/code.astro b/src/pages/code.astro index e4c5faa..777813c 100644 --- a/src/pages/code.astro +++ b/src/pages/code.astro @@ -29,8 +29,8 @@ import { BookmarkBook, ReportColumns, Search } from "iconoir-react"; diff --git a/src/pages/index.astro b/src/pages/index.astro index cad6669..6282662 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -22,8 +22,8 @@ import { BookmarkBook, ReportColumns } from "iconoir-react"; @@ -40,7 +40,7 @@ import { BookmarkBook, ReportColumns } from "iconoir-react";