Fix cookie name prefix

This commit is contained in:
2021-04-18 14:51:34 +02:00
parent 6c8fcf34f4
commit 0510324725

View File

@@ -49,7 +49,7 @@ const content = {
const storage = {
cookie: {
prefix: 'artsite',
prefix: 'artsite/',
options: {
path: '/'
}