move image back to images folder

nulfrost 7d690776 e119fd7b

Changed files
+1 -1
src
images
pages
src/pages/dane.png src/images/dane.png
+1 -1
src/pages/index.astro
··· 1 1 --- 2 2 import { Image } from "astro:assets"; 3 - import daneImage from "./dane.png"; 3 + import daneImage from "../images/dane.png"; 4 4 import Layout from "../layouts/Layout.astro"; 5 5 6 6 import { getCollection } from "astro:content";