Fix config

This commit is contained in:
Jade Ellis 2024-08-27 19:46:40 +01:00
parent 7910d2f774
commit 901db92c85
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -1,6 +1,6 @@
const rootDomain = process.env.VITE_DOMAIN; // or your server IP for dev
import { SENTRY_REPORT_URL } from './lib/config';
import { SENTRY_REPORT_URL } from './src/lib/config';
/**
* @type {import("@sveltejs/kit").CspDirectives}
*/