Browse Source

next: fix export

pull/110/head
Garrit Franke 2 years ago
parent
commit
453319c748
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 4
      next.config.js

4
next.config.js

@ -17,8 +17,4 @@ module.exports = {
});
return config;
},
i18n: {
locales: ["en"],
defaultLocale: "en",
},
};

Loading…
Cancel
Save