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