Bypass Rocket Loader for contact form script
This commit is contained in:
parent
c8ae9caa35
commit
b17a556fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const turnstileSiteKey = import.meta.env.PUBLIC_TURNSTILE_SITE_KEY ?? "";
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
<Fragment slot="head">
|
<Fragment slot="head">
|
||||||
<script src="/contact-form.js" defer></script>
|
<script src="/contact-form.js?v=2" defer data-cfasync="false"></script>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
<div class="flex flex-col min-h-screen items-center bg-[#e2e2e2]">
|
<div class="flex flex-col min-h-screen items-center bg-[#e2e2e2]">
|
||||||
<main class="w-full">
|
<main class="w-full">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue