비효율적인 디렉터리 페이지 자동 갱신 구현

This commit is contained in:
static
2025-01-07 00:09:32 +09:00
parent 6c4bd590f0
commit 1cabc5f7b3
4 changed files with 13 additions and 2 deletions

View File

@@ -12,6 +12,9 @@ const config = {
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter(),
csrf: {
checkOrigin: false,
},
},
};