fix
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 35s

This commit is contained in:
Lee 2024-04-23 03:26:08 +01:00
parent 82c9bb702a
commit 76b6164922

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