fix: self-hosting

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-22 11:56:27 +02:00
parent 42d0fb8572
commit 49a4f5b8ae
7 changed files with 25 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import { OpenPanel } from '@openpanel/web';
export const op = new OpenPanel({
clientId: '301c6dc1-424c-4bc3-9886-a8beab09b615',
clientId: import.meta.env.VITE_OP_CLIENT_ID,
trackScreenViews: true,
trackOutgoingLinks: true,
trackAttributes: true,