add runner

This commit is contained in:
Puechberty Arthur
2026-06-11 13:53:27 +02:00
parent 7c22c4f22e
commit 4dbc7c2960
7 changed files with 66 additions and 48 deletions
+2
View File
@@ -2,6 +2,8 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
compress: true,
poweredByHeader: false,
};
export default nextConfig;