Skip to content

Commit

Permalink
change email to for contact api route
Browse files Browse the repository at this point in the history
  • Loading branch information
milewskibogumil committed Jan 5, 2025
1 parent 666376a commit 51ad27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/astro/src/pages/api/contact/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const POST: APIRoute = async ({ request }) => {
},
body: JSON.stringify({
from: 'Formularz kontaktowy | Lidenskap <[email protected]>',
to: 'biuro@lidenskap.pl',
to: 'kontakt@lidenskap.pl',
reply_to: email,
subject: `Wiadomość z formularza kontaktowego | Lidenskap`,
html: htmlTemplate,
Expand Down

0 comments on commit 51ad27f

Please sign in to comment.