Set same_site to correct type

Fixes #170
This commit is contained in:
Sean M. Collins 2025-03-07 18:29:52 -05:00
parent b8af924f8e
commit d8a992ce38

View File

@ -87,7 +87,7 @@ pub const jetzig_options = struct {
.path = "/",
},
.production => .{
.same_site = true,
.same_site = .lax,
.secure = true,
.http_only = true,
.path = "/",