We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c560f commit 8b3da6eCopy full SHA for 8b3da6e
site/vite.config.ts
@@ -47,7 +47,8 @@ export default defineConfig({
47
// this "Set-Cookie" header. The Vite webserver needs to replicate this
48
// behavior. Instead of implementing CSRF though, we just use static
49
// values for simplicity.
50
- "Set-Cookie": "csrf_token=JXm9hOUdZctWt0ZZGAy9xiS/gxMKYOThdxjjMnMUyn4=; Path=/; HttpOnly; SameSite=Lax",
+ "Set-Cookie":
51
+ "csrf_token=JXm9hOUdZctWt0ZZGAy9xiS/gxMKYOThdxjjMnMUyn4=; Path=/; HttpOnly; SameSite=Lax",
52
},
53
proxy: {
54
"/api": {
0 commit comments