From 7871c578ad7e1a042fef4809acd1132c7e34f3b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Tue, 2 May 2023 09:22:33 +0200 Subject: [PATCH] Mark index page as home page --- src/pages/index.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 1053f99..1488cd4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,16 +2,16 @@ import BaseHead from '../components/BaseHead.astro'; import Header from '../components/Header.astro'; import Footer from '../components/Footer.astro'; -import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; +import { SITE_DESCRIPTION } from '../consts'; --- - + -
+

Welcome to my website