From 0d36d4fbe85a094c06f50e10fad22461d38f7003 Mon Sep 17 00:00:00 2001 From: Feuersteinium Date: Sat, 18 Nov 2023 19:14:02 +0100 Subject: [PATCH] Testv3 --- src/components/umami.astro | 3 +-- src/pages/index.astro | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/umami.astro b/src/components/umami.astro index 8a0af0c..7c345fe 100644 --- a/src/components/umami.astro +++ b/src/components/umami.astro @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index d27106b..2c8b04c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,6 +4,7 @@ import '../styles/global.css' import Footer from '../components/footer.astro' import Header from '../components/header.astro' import '../styles/index.css' +import Umami from '../components/umami.astro' --- @@ -15,7 +16,7 @@ import '../styles/index.css' {pageTitle} - +