feat (web): Turn into nextjs standalone output

This commit is contained in:
Thomas Camlong
2025-10-01 09:56:29 +02:00
parent b5c72677fc
commit 73e787e5b8
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ const nextConfig: NextConfig = {
images: {
unoptimized: true,
},
output: "export",
}
};
export default nextConfig

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "pnpx serve@latest out",
"start": "next start",
"format": "biome check --write",
"lint": "biome lint --write",
"ci": "biome check --write"