ai generated solutions to our ai generated problems
This commit is contained in:
@@ -47,7 +47,7 @@ const analyticsConsentVersion = 3
|
||||
const themePreferenceKey = 'tssbot.theme'
|
||||
const themePreferenceCookie = 'tssbot_theme'
|
||||
const liveRefreshMs = 15000
|
||||
const siteVersion = '1.0.1'
|
||||
const siteVersion = import.meta.env.VITE_SITE_VERSION || '1.0.0'
|
||||
|
||||
const turnstileSiteKey = import.meta.env.VITE_TURNSTILE_SITE_KEY || ''
|
||||
const siteGateEnabled = String(import.meta.env.VITE_SITE_GATE || 'false').toLowerCase() === 'true'
|
||||
|
||||
Reference in New Issue
Block a user