This commit is contained in:
parent
49b3d02c4e
commit
d531e4cac9
16 changed files with 275 additions and 1189 deletions
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
import Layout from "@/layouts/Layout.astro";
|
||||
import ThemeToggle from "@/components/ThemeToggle.astro";
|
||||
import NotFound from "@/components/NotFound.astro";
|
||||
import Logo from "@/components/Logo.astro";
|
||||
import NotFound from "@/components/NotFound.astro";
|
||||
import ThemeToggle from "@/components/ThemeToggle.astro";
|
||||
import Layout from "@/layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
import Layout from "@/layouts/Layout.astro";
|
||||
import ThemeToggle from "@/components/ThemeToggle.astro";
|
||||
import Text from "@/components/Text.astro";
|
||||
import Logo from "@/components/Logo.astro";
|
||||
import Links from "@/components/Links.astro";
|
||||
import Logo from "@/components/Logo.astro";
|
||||
import Text from "@/components/Text.astro";
|
||||
import ThemeToggle from "@/components/ThemeToggle.astro";
|
||||
import Layout from "@/layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue