mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
Fix cookie name prefix
This commit is contained in:
@@ -49,7 +49,7 @@ const content = {
|
||||
|
||||
const storage = {
|
||||
cookie: {
|
||||
prefix: 'artsite',
|
||||
prefix: 'artsite/',
|
||||
options: {
|
||||
path: '/'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user