chore: ajustement JWT

This commit is contained in:
Luc SORIGNET
2025-02-22 10:52:50 +01:00
parent eb89a324ab
commit c861239d48
12 changed files with 244 additions and 75 deletions

View File

@ -8,6 +8,9 @@ const nextConfig = {
output: "standalone",
experimental: {
instrumentationHook: true,
},
images: {
domains:['i.pravatar.cc'],
},
env: {
NEXT_PUBLIC_APP_VERSION: pkg.version,