Merge branch 'umami-software:master' into master

This commit is contained in:
Rachid LAASRI 2024-04-05 09:38:37 +00:00 committed by GitHub
commit f855786e24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
257 changed files with 4432 additions and 2916 deletions

View file

@ -13,6 +13,7 @@ const cloudUrl = process.env.CLOUD_URL || '';
const disableLogin = process.env.DISABLE_LOGIN || '';
const disableUI = process.env.DISABLE_UI || '';
const hostURL = process.env.HOST_URL || '';
const privateMode = process.env.PRIVATE_MODE || '';
const contentSecurityPolicy = [
`default-src 'self'`,
@ -118,6 +119,7 @@ const config = {
disableLogin,
disableUI,
hostURL,
privateMode,
},
basePath,
output: 'standalone',