Build APK simplifié réussi - Version finale sans admin/WiFi/bungalow
This commit is contained in:
BIN
dist/compagnon-lagon-beta.apk
vendored
BIN
dist/compagnon-lagon-beta.apk
vendored
Binary file not shown.
@ -2,18 +2,12 @@
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
// Mode serveur (pas d'export statique)
|
output: "export",
|
||||||
// Les API routes fonctionnent normalement
|
|
||||||
compress: true,
|
compress: true,
|
||||||
poweredByHeader: false,
|
poweredByHeader: false,
|
||||||
images: {
|
images: {
|
||||||
formats: ["image/avif", "image/webp"],
|
unoptimized: true,
|
||||||
minimumCacheTTL: 60,
|
|
||||||
},
|
|
||||||
experimental: {
|
|
||||||
optimizePackageImports: ["lucide-react"],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = nextConfig;
|
module.exports = nextConfig;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user