-
diff --git a/devbox.lock b/devbox.lock index 248a468..8d2d7c8 100644 --- a/devbox.lock +++ b/devbox.lock @@ -37,6 +37,7 @@ }, "nodejs@latest": { "last_modified": "2023-12-01T12:14:05Z", + "plugin_version": "0.0.2", "resolved": "github:NixOS/nixpkgs/77da99a144cd341408308e0a37622f5edcc6c5ba#nodejs_21", "source": "devbox-search", "version": "21.3.0", diff --git a/src/components/HeaderBar.astro b/src/components/HeaderBar.astro index 8cad29b..586eeb0 100644 --- a/src/components/HeaderBar.astro +++ b/src/components/HeaderBar.astro @@ -4,11 +4,8 @@ import Box from "./Box.svelte"; ---
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index cc407bb..2f051e7 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -8,8 +8,7 @@ export interface Props { } const { title } = Astro.props; -const description = `This is a collection of container images using Fedora's support for OCI/Docker containers as a transport and delivery mechanism for operating system content. - This project's purpose is to be a "kit" for you to derive from to create your perfect image as well as provide high quality images for use as a desktop`; +const description = `BlueBuild image repo creator wizard`; --- diff --git a/src/pages/index.astro b/src/pages/index.astro index 4ac493e..5c70634 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,7 +17,7 @@ import Hero from "@sections/Hero.astro"; }); -