From e23620d10a5fb27f613e5b71cb0627fb1c4076b3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 06:17:46 -0400 Subject: add 404/sitemap/robots.txt + improve random stuff --- src/pages/index.astro | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index cbf7d69..019375f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,6 @@ --- import Index from "@layouts/Index.astro"; -import "@styles/global.sass"; +import { Image } from "@astrojs/image/components"; const title = "guzzle guzzle"; const description = title; --- @@ -15,13 +15,17 @@ const description = title;

this is under construction. i'm experimenting with astro

- construction - click here + hehe funny click me -- cgit v1.2.3