Reorganize folders for assets
This commit is contained in:
Before Width: | Height: | Size: 620 KiB After Width: | Height: | Size: 620 KiB |
@ -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"
|
||||||
|
@ -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";
|
||||||
|
Reference in New Issue
Block a user