Functional Implementation

This commit is contained in:
Luke Hagar
2023-11-17 15:48:48 -06:00
parent 3492da0b46
commit 5d62c4ef66
55 changed files with 6551 additions and 4370 deletions

View File

@@ -11,7 +11,10 @@ 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({ out: '../Svelte-Build/src' })
adapter: adapter({ out: '../Svelte-Build/src' }),
csrf: {
checkOrigin: false
}
}
};