feat: added plausible tracker

This commit is contained in:
Corentin Thomasset 2022-04-16 11:51:20 +02:00
parent 3f038503dd
commit 0808920951
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 36 additions and 0 deletions

2
env.d.ts vendored
View file

@ -2,6 +2,8 @@
/// <reference types="vite-svg-loader" />
interface ImportMetaEnv {
VITE_PLAUSIBLE_API_HOST: string;
VITE_PLAUSIBLE_DOMAIN: string;
PACKAGE_VERSION: string;
PROD: boolean;
}