Add payment method info, remove standalone output

This commit is contained in:
ASOwnerYT
2025-08-17 17:54:46 +12:00
parent 830b8221ca
commit 67f0f71d62
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
/*output: "standalone",*/
};
export default nextConfig;