mirror of
https://github.com/gethomepage/homepage.git
synced 2026-08-30 17:05:52 -07:00
Fix server side translations
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user