diff --git a/next.config.js b/next.config.js
index f30b7eed33fbd4e40c9e572146897f11203f84da..e7e879c5b29d294bb3cf4cdca3c1b84de0c671b8 100644
--- a/next.config.js
+++ b/next.config.js
@@ -3,4 +3,5 @@ const { i18n } = require("./next-i18next.config");
 module.exports = {
   i18n,
   transpilePackages: ["@refinedev/nextjs-router"],
+  output: "standalone",
 };