diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 664e86fb4930..b088901c3a96 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -121,6 +121,13 @@ export default { callback: "/login", home: "/", }, + cookie: { + prefix: "mealie.auth.", + options: { + expires: 7, + path: "/", + }, + }, // Options strategies: { local: {