Skip to content

Commit

Permalink
Testv3
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuersteinium committed Nov 18, 2023
1 parent 08267fd commit 0d36d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/umami.astro
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<!-- <script async src="https://analytics.eu.umami.is/script.js" data-website-id="22969fd3-9bd0-4da1-896e-11aff73adbd8" data-do-not-track="true"></script>
-->
<script async src="https://analytics.eu.umami.is/script.js" data-website-id="22969fd3-9bd0-4da1-896e-11aff73adbd8" data-do-not-track="false"></script>
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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'
---

<html lang="en">
Expand All @@ -15,7 +16,7 @@ import '../styles/index.css'
<meta name="description" content="Website of Niklas Feuerstein">
<meta name="keywords" content="Niklas Feuerstein, feuerstein.dev, Niklas, Feuerstein">
<title>{pageTitle}</title>
<script async src="https://analytics.eu.umami.is/script.js" data-website-id="22969fd3-9bd0-4da1-896e-11aff73adbd8" data-do-not-track="true"></script>
<Umami />
</head>
<body>
<Header />
Expand Down

0 comments on commit 0d36d4f

Please sign in to comment.