From 6da79e92593bc9c04ceb7ad085a1e2f8973481e8 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:13:24 -0700 Subject: [PATCH] Fix server side translations --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.js b/next.config.js index ea49bf543..dcd133b2b 100644 --- a/next.config.js +++ b/next.config.js @@ -4,6 +4,10 @@ const { i18n } = require("./next-i18next.config"); const nextConfig = { reactStrictMode: true, output: "standalone", + // for serverSideTranslations + outputFileTracingIncludes: { + "/**": ["./next-i18next.config.js"], + }, images: { remotePatterns: [ {