diff --git a/pages/_app.tsx b/pages/_app.tsx index c6f9016..27e267a 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -78,8 +78,8 @@ function Domego( { Component, pageProps }: AppProps ) // Paramètres internes des cookies. cookie: { - path: basePath, - name: "NEXT_COOKIE" + name: "NEXT_COOKIE", + path: basePath === "" ? "/" : basePath }, // Paramètres de l'interface utilisateur.