From a3159bcb2cef7701b30871d6f2e859f55d33de4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Fri, 26 Jan 2024 10:10:19 +0100 Subject: [PATCH 1/2] config: remove the under construction bar --- docusaurus.config.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b185390f0..1db02b808 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -123,14 +123,6 @@ const config: Config = { theme: prismThemes.github, darkTheme: prismThemes.dracula, }, - announcementBar: { - id: 'under_construction', - content: - 'This site is under construction. Please visit https://osbuild.org for the live website.', - backgroundColor: '#fafbfc', - textColor: '#091E42', - isCloseable: false, - }, } satisfies Preset.ThemeConfig, }; From 5964aff77d942a0d0cf2ca2ca5c3b5dd8dc4bf13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Fri, 26 Jan 2024 10:10:43 +0100 Subject: [PATCH 2/2] static: go live on osbuild.org! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Go, 🦖! --- static/CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/CNAME b/static/CNAME index 6b4073e65..490d9eadc 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -saurus.osbuild.org +osbuild.org