We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60c564 commit e2f5ba9Copy full SHA for e2f5ba9
web/next.config.ts
@@ -43,11 +43,10 @@ export type ConfigRedirect = {
43
44
const nextConfig: NextConfig = withNextIntl({
45
output: 'standalone',
46
- transpilePackages: ['friendly-challenge'],
47
- serverExternalPackages: [
48
- 'import-in-the-middle',
+ transpilePackages: [
+ 'friendly-challenge',
49
'require-in-the-middle',
50
- 'next-seo',
+ 'import-in-the-middle',
51
],
52
logging: {
53
fetches: {
0 commit comments