Skip to content

Commit

Permalink
Change contact form API URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenchio committed Jan 15, 2025
1 parent 95cd202 commit 2ac738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/contact-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
import autosize from "autosize";

const isProduction = {{ hugo.IsProduction }};
const apiUrl = 'https://8tuv2v0pk2.execute-api.eu-north-1.amazonaws.com/handle/';
const apiUrl = 'https://qtiynmmsybhyrl46wfp34sg6zy0xerer.lambda-url.eu-north-1.on.aws/contact';

document.addEventListener('alpine:init', () => {
Alpine.data('ContactForm', () => ({
Expand Down

0 comments on commit 2ac738a

Please sign in to comment.