We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b9332 commit bd74c0dCopy full SHA for bd74c0d
src/src/layouts/Layout.astro
@@ -1,7 +1,7 @@
1
---
2
import "../styles/global.css";
3
import { ClientRouter } from "astro:transitions";
4
-import OwlImage from "../assets/Owl-medium.jpg";
+import OwlImage from "../assets/Owl.jpg";
5
6
interface Props {
7
title?: string;
0 commit comments