From 887f68158c3200bb0c29939a764a0648b5bdfec0 Mon Sep 17 00:00:00 2001 From: eugenchio Date: Mon, 30 Dec 2024 16:01:49 +0200 Subject: [PATCH] Update contact form lambda function URL --- layouts/partials/contact-form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/contact-form.html b/layouts/partials/contact-form.html index e654df9..1c479d6 100644 --- a/layouts/partials/contact-form.html +++ b/layouts/partials/contact-form.html @@ -159,7 +159,7 @@ import autosize from "autosize"; const isProduction = {{ hugo.IsProduction }}; - const apiUrl = 'https://hc8ysi8rwl.execute-api.eu-north-1.amazonaws.com/handle/'; + const apiUrl = 'https://8tuv2v0pk2.execute-api.eu-north-1.amazonaws.com/handle/'; document.addEventListener('alpine:init', () => { Alpine.data('ContactForm', () => ({