fix: domain plausible
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const PLAUSIBLE_API = import.meta.env.VITE_PLAUSIBLE_API || 'http://localhost/api/event';
|
||||
const DOMAIN = import.meta.env.VITE_PLAUSIBLE_DOMAIN || 'myapp-dev';
|
||||
const PLAUSIBLE_API = import.meta.env.VITE_PLAUSIBLE_API;
|
||||
const DOMAIN = import.meta.env.VITE_PLAUSIBLE_DOMAIN;
|
||||
|
||||
const sendEvent = (payload) => {
|
||||
const controller = new AbortController();
|
||||
|
||||
Reference in New Issue
Block a user