Switch to API route for newsletter form submission 🫠

not using the latest SvelteKit use:enhance thingy but… hey!
This commit is contained in:
2022-12-25 13:55:57 +01:00
parent c5791fa07c
commit 869debe87e
9 changed files with 66 additions and 121 deletions

View File

@@ -17,9 +17,6 @@ const config = {
}),
kit: {
csrf: {
checkOrigin: false
},
adapter: adapter({
edge: true
}),