Testing user/type page fix
parent
98d243d059
commit
fc1c50125a
|
@ -79,6 +79,9 @@ plugins.push(withAxiom);
|
||||||
|
|
||||||
/** @type {import("next").NextConfig} */
|
/** @type {import("next").NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
|
experimental: {
|
||||||
|
esmExternals: false,
|
||||||
|
},
|
||||||
i18n,
|
i18n,
|
||||||
/* We already do type check on GH actions */
|
/* We already do type check on GH actions */
|
||||||
typescript: {
|
typescript: {
|
||||||
|
|
Loading…
Reference in New Issue