Adjusted folders

This commit is contained in:
Luke Hagar
2023-11-17 16:08:13 -06:00
parent 5d62c4ef66
commit 51a8c3e8ee
74 changed files with 1610 additions and 1536 deletions

View File

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