Skip to content

Commit

Permalink
problems
Browse files Browse the repository at this point in the history
  • Loading branch information
simonegramegna committed Jan 4, 2024
1 parent 60e7ad7 commit 3f7477e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SvelteApp/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ const config = {
// 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.
adapter: adapter()
}
csrf: {
adapter: adapter(),
csrf: {
checkOrigin: false
}

}

};

export default config;

0 comments on commit 3f7477e

Please sign in to comment.