Files
Project_Animatix/frontend/next.config.js
2026-04-17 19:11:57 +05:30

7 lines
119 B
JavaScript

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