aboutsummaryrefslogtreecommitdiff
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 1ceff27..58fa392 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -29,6 +29,12 @@ export const config = figue({
},
},
plausible: {
+ isTrackerEnabled: {
+ doc: 'Is the tracker enabled',
+ format: 'boolean',
+ default: false,
+ env: 'VITE_TRACKER_ENABLED',
+ },
domain: {
doc: 'Plausible current domain',
format: 'string',