feat(plausible): disable plausible instance for self hosted instance

This commit is contained in:
Corentin Thomasset 2023-04-04 18:59:49 +02:00 committed by Corentin THOMASSET
parent a599528044
commit aa4dc0418e
2 changed files with 32 additions and 1 deletions

View file

@ -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',