Reorganize folders for assets

This commit is contained in:
prototypa
2022-08-10 19:23:35 -04:00
parent 65985c013f
commit a60d2e86dc
4 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 620 KiB

After

Width:  |  Height:  |  Size: 620 KiB

View File

@ -49,7 +49,7 @@ const {} = Astro.props;
<div class="relative flex justify-center mb-8"> <div class="relative flex justify-center mb-8">
<div class="flex flex-col justify-center"> <div class="flex flex-col justify-center">
<Picture <Picture
src={import("~/assets/hero-astro.jpg")} src={import("~/assets/images/hero.jpg")}
class="mx-auto rounded-md" class="mx-auto rounded-md"
widths={[400, 768]} widths={[400, 768]}
sizes="(max-width: 768px) 100vw, 768px" sizes="(max-width: 768px) 100vw, 768px"

View File

@ -1,5 +1,5 @@
--- ---
import "~/styles/base.css"; import "~/assets/styles/base.css";
import Header from "~/components/astro/headers/BasicHeader.astro"; import Header from "~/components/astro/headers/BasicHeader.astro";
import Footer from "~/components/astro/footers/BasicFooter.astro"; import Footer from "~/components/astro/footers/BasicFooter.astro";