We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba22fbe commit 7ee6dcdCopy full SHA for 7ee6dcd
1 file changed
hugo/assets/ts/contact-us-form.ts
@@ -13,7 +13,7 @@ async function sendContactForm({
13
email: string;
14
message: string;
15
}): Promise<void> {
16
- const url = "//api/contact-us-form";
+ const url = "/api/contact-us-form";
17
18
await fetch(url, {
19
method: "POST",
0 commit comments