Skip to content

Commit 0708827

Browse files
egrok で動作するようにする #30
1 parent d72b0d6 commit 0708827

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

svelte.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ const config = {
88
preprocess: preprocess(),
99

1010
kit: {
11-
adapter: adapter()
11+
adapter: adapter(),
12+
// HACK: FOR NGROK
13+
csrf: {
14+
checkOrigin: false,
15+
}
1216
}
1317
};
1418

0 commit comments

Comments
 (0)