diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 12a4a8f..b8364c3 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -4,6 +4,7 @@ import "~/styles/site.css"; import TopBar from "~/components/organisms/TopBar.astro"; import SiteFoot from "~/components/organisms/SiteFoot.astro"; import Mark from "~/components/atoms/Mark.astro"; +import ParticleField from "~/components/islands/ParticleField"; type CurrentSection = "home" | "blog" | "art" | "code"; @@ -50,13 +51,8 @@ const canonicalHref = canonical ?? new URL(Astro.url.pathname, Astro.site).toStr - - - - - - - + +