aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
blob: cb312d3fb7940474aea95fb3cd99470c4fce9866 (plain)
1
2
3
4
5
6
7
module.exports = {
  i18n: {
    locales: ["en"],
    defaultLocale: "en",
  },
  output: "standalone",
};