We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cacb8a commit e60dd35Copy full SHA for e60dd35
svelte.config.js
@@ -12,6 +12,7 @@ const config = {
12
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
13
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
14
adapter: adapter()
15
+ //csrf: { checkOrigin: false } // for ngrok
16
}
17
};
18
0 commit comments