Saving functional progress

This commit is contained in:
luke-hagar-sp
2024-02-01 16:05:02 -06:00
parent 0ecfb7161f
commit 401ce153e7
38 changed files with 11801 additions and 3339 deletions

View File

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