add goatcounter
This commit is contained in:
parent
0b4ddff65b
commit
f70729c774
2 changed files with 95 additions and 90 deletions
|
@ -15,7 +15,11 @@ const Layout: React.FC<{}> = (props) => {
|
|||
{props.children}
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
{process.env.NODE_ENV === "production" ? (
|
||||
<script data-goatcounter="https://riksolo-com.stats.riksolo.com/count"
|
||||
async src="//riksolo-com.stats.riksolo.com/count.js"></script>
|
||||
) : null}
|
||||
</div>
|
||||
)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue