new frontend
Build and Push App Image / build-and-push (push) Successful in 3m38s

This commit is contained in:
domrichardson
2026-06-17 12:08:20 +01:00
parent b690b00016
commit ead8219f3b
40 changed files with 10149 additions and 37 deletions
+12
View File
@@ -0,0 +1,12 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "export",
trailingSlash: true,
distDir: "out",
images: {
unoptimized: true,
},
};
export default nextConfig;