maddy-admin/next.config.js

7 lines
118 B
JavaScript
Raw Normal View History

2024-01-16 18:33:45 +00:00
/** @type {import('next').NextConfig} */
2024-01-17 11:47:00 +00:00
const nextConfig = {
output: "standalone"
};
2024-01-16 18:33:45 +00:00
2024-01-17 11:47:00 +00:00
module.exports = nextConfig;