save button

This commit is contained in:
gom-by
2025-02-19 19:34:35 +01:00
parent a473e4b863
commit 5c86b67870
3 changed files with 127 additions and 74 deletions

View File

@@ -7,6 +7,7 @@ const apiUrl =
const nextConfig: NextConfig = {
/* config options here */
transpilePackages: ['@mdxeditor/editor'],
output: "standalone",
compiler: {
removeConsole: process.env.NODE_ENV === "production",