Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Fixed mismatch between cookie consent name with translations one
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Nov 10, 2023
1 parent 553092b commit f7e3788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function Domego( { Component, pageProps }: AppProps )
// Paramètres internes des cookies.
cookie: {
path: basePath,
name: "NEXT_ANALYTICS"
name: "NEXT_COOKIE"
},

// Paramètres de l'interface utilisateur.
Expand Down

0 comments on commit f7e3788

Please sign in to comment.