diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 626ffd1..2fc42f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Install, build, and upload your site uses: withastro/action@v6 env: - BASE_PATH: /lopata + BASE_PATH: /lopata/ deploy: needs: build diff --git a/src/components/SiteHeader.astro b/src/components/SiteHeader.astro index 3f77685..abd0d51 100644 --- a/src/components/SiteHeader.astro +++ b/src/components/SiteHeader.astro @@ -8,7 +8,7 @@ import { base } from "../lib/paths";
-
-
+
+
e.status === "open").map((e, i) => (
@@ -140,16 +140,14 @@ const tilts = ["-0.6deg", "0.5deg", "-0.4deg"];
{
REGISTRY.map((entry, i) => {
const isOpen = entry.status === "open";
- const href = isOpen ? `${base}/docs/${entry.slug}` : undefined;
- const Tag = isOpen ? "a" : "div";
return (
-