mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
feat(plausible): disable plausible instance for self hosted instance
This commit is contained in:
committed by
Corentin THOMASSET
parent
a599528044
commit
aa4dc0418e
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user