mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-03 06:22:41 -08:00
fix(docs): point plausible tracker to /api/event
This commit is contained in:
@@ -16,10 +16,11 @@ async function initPlausibleTracker() {
|
||||
const { init } = await import('@plausible-analytics/tracker');
|
||||
init({
|
||||
domain: 'subminer.moe',
|
||||
endpoint: 'https://worker.subminer.moe',
|
||||
endpoint: 'https://worker.subminer.moe/api/event',
|
||||
outboundLinks: true,
|
||||
fileDownloads: true,
|
||||
formSubmissions: true,
|
||||
captureOnLocalhost: false,
|
||||
});
|
||||
plausibleTrackerInitialized = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user