Remove unused variable
This commit is contained in:
parent
432ce057f4
commit
e33dab9516
1 changed files with 0 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue