Frontend/next.config.mjs
Liam d1f6ff79a7
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 1m8s
initial commit
2024-04-14 17:45:04 +01:00

7 lines
117 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
};
export default nextConfig;