try checkOrigin:false? maybe brevo
This commit is contained in:
parent
7211f68b07
commit
9fe259755d
2 changed files with 3 additions and 6 deletions
|
|
@ -5,9 +5,6 @@
|
|||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<link rel="preload" as="font" type="font/woff2" href="/fonts/Stratos-Regular.woff2" crossorigin>
|
||||
<link rel="preload" as="font" type="font/woff2" href="/fonts/Stratos-BoldItalic.woff2" crossorigin>
|
||||
<link rel="preload" as="font" type="font/woff2" href="/fonts/PPFormula-Medium.woff2" crossorigin>
|
||||
<link rel="preload" as="font" type="font/woff2" href="/fonts/PPFormula-Extrabold.woff2" crossorigin>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue