diff --git a/src/assets/sakura.png b/src/assets/sakura.png new file mode 100644 index 0000000..666e92e Binary files /dev/null and b/src/assets/sakura.png differ diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 9680e8c..2e21c0c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,4 +1,6 @@ --- +import sakura from "../assets/sakura.png" + interface Props { title: string; } @@ -15,20 +17,17 @@ const { title } = Astro.props; {title} - + + - - + + - - - - - - + +