This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
Frontend/next.config.mjs
Liam 76b6164922
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 35s
fix
2024-04-23 03:26:08 +01:00

7 lines
119 B
JavaScript

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