diff --git a/src/components/Header.astro b/src/components/Header.astro index f44b660..b0d1bbf 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,9 +1,10 @@ --- import { Icon } from "astro-icon/components"; +const path = Astro.url.pathname; ---
- @@ -12,3 +13,55 @@ import { Icon } from "astro-icon/components";
+ + diff --git a/src/pages/settings.astro b/src/pages/settings.astro new file mode 100644 index 0000000..9497300 --- /dev/null +++ b/src/pages/settings.astro @@ -0,0 +1,5 @@ +--- +import Layout from "@layouts/Layout.astro"; +--- + +