mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
feat: added plausible tracker
This commit is contained in:
parent
3f038503dd
commit
0808920951
5 changed files with 36 additions and 0 deletions
2
env.d.ts
vendored
2
env.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue