diff --git a/dist/compagnon-lagon-beta.apk b/dist/compagnon-lagon-beta.apk index d814681..f3370c5 100644 Binary files a/dist/compagnon-lagon-beta.apk and b/dist/compagnon-lagon-beta.apk differ diff --git a/next.config.js b/next.config.js index f8e83c5..c0c0ea4 100644 --- a/next.config.js +++ b/next.config.js @@ -2,18 +2,12 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, - // Mode serveur (pas d'export statique) - // Les API routes fonctionnent normalement + output: "export", compress: true, poweredByHeader: false, images: { - formats: ["image/avif", "image/webp"], - minimumCacheTTL: 60, - }, - experimental: { - optimizePackageImports: ["lucide-react"], + unoptimized: true, }, }; module.exports = nextConfig; -