diff --git a/next.config.ts b/next.config.ts index 225e495..afcbe7e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,10 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - output: 'standalone', + output: 'export', + images: { + unoptimized: true, + }, }; export default nextConfig; diff --git a/wrangler.json b/wrangler.json new file mode 100644 index 0000000..01e17b2 --- /dev/null +++ b/wrangler.json @@ -0,0 +1,8 @@ +{ + "name": "linux-app-installer", + "compatibility_date": "2025-12-29", + "assets": { + "directory": "./out", + "binding": "ASSETS" + } +} \ No newline at end of file