diff --git a/src/app.html b/src/app.html index 02f852f..75b264a 100644 --- a/src/app.html +++ b/src/app.html @@ -5,9 +5,6 @@ - - - %sveltekit.head% diff --git a/svelte.config.js b/svelte.config.js index ad800d2..2e593bc 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -16,9 +16,9 @@ const config = { ], kit: { - // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list. - // If your environment is not supported or you settled on a specific environment, switch out the adapter. - // See https://kit.svelte.dev/docs/adapters for more information about adapters. + csrf: { + checkOrigin: false // temporary for testing; use trusted origins in prod + }, adapter: adapter({ // Output directory for the built server out: 'build',