fix config

This commit is contained in:
Jade Ellis
2024-08-27 19:50:51 +01:00
parent 901db92c85
commit fb7790cf56
3 changed files with 2 additions and 5 deletions
-3
View File
@@ -1,3 +0,0 @@
# This is committed to git
# DO NOT STORE SECRETS IN THIS FILE
# use .env.local for secrets
+1 -1
View File
@@ -4,7 +4,7 @@ node_modules
/.svelte-kit /.svelte-kit
/package /package
.env.sentry-build-plugin .env.sentry-build-plugin
.env.local .env
.env.*.local .env.*.local
!.env.example !.env.example
.vercel .vercel
+1 -1
View File
@@ -1,6 +1,6 @@
const rootDomain = process.env.VITE_DOMAIN; // or your server IP for dev const rootDomain = process.env.VITE_DOMAIN; // or your server IP for dev
import { SENTRY_REPORT_URL } from './src/lib/config'; import { SENTRY_REPORT_URL } from './src/lib/config.js';
/** /**
* @type {import("@sveltejs/kit").CspDirectives} * @type {import("@sveltejs/kit").CspDirectives}
*/ */