Testing user/type page fix

pull/5501/head
Leo Giovanetti 2022-11-15 15:35:56 -03:00
parent 98d243d059
commit fc1c50125a
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ plugins.push(withAxiom);
/** @type {import("next").NextConfig} */
const nextConfig = {
experimental: {
esmExternals: false,
},
i18n,
/* We already do type check on GH actions */
typescript: {