Remove unused variable

This commit is contained in:
Korbs 2024-05-30 00:02:03 -04:00
parent 432ce057f4
commit e33dab9516

View file

@ -1,12 +1,5 @@
---
const { Title, Description } = Astro.props;
// Don't count views in local environment
if (Astro.url.hostname === "localhost") {
var UsePiwik = false;
} else {
var UsePiwik = true;
}
---
<head>