ai generated solutions to our ai generated problems

This commit is contained in:
2026-06-20 01:17:36 +01:00
parent 0955528df0
commit 6f846f3d26
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -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'