reference fixes

This commit is contained in:
2026-05-28 13:59:46 -04:00
parent fbc8215410
commit b7187721db

View File

@@ -20,6 +20,7 @@ import type { UserProfile } from "~/types/user";
import { getCookie, setCookie } from "vinxi/http";
import { z } from "zod";
import { env } from "~/env/server";
import { env as clientEnv } from "~/env/client";
import {
fetchWithTimeout,
checkResponse,
@@ -419,7 +420,7 @@ export default function ContactPage() {
<div class="mb-4 flex justify-center">
<div
class="turnstile-widget"
data-sitekey={env.TURNSTILE_SITE_KEY}
data-sitekey={clientEnv.VITE_TURNSTILE_SITE_KEY}
data-theme="dark"
id="turnstile-widget-1"
></div>