matt HOFFNER commited on
Commit
5cfea3f
·
1 Parent(s): a646f5a
Files changed (1) hide show
  1. next.config.js +4 -0
next.config.js CHANGED
@@ -1,5 +1,9 @@
 
 
1
  /** @type {import('next').NextConfig} */
2
  const nextConfig = {
 
 
3
  reactStrictMode: true,
4
 
5
  webpack(config, { isServer, dev }) {
 
1
+ const { i18n } = require('./next-i18next.config');
2
+
3
  /** @type {import('next').NextConfig} */
4
  const nextConfig = {
5
+ i18n,
6
+ output: "standalone",
7
  reactStrictMode: true,
8
 
9
  webpack(config, { isServer, dev }) {