Skip to content

Commit e2f5ba9

Browse files
committed
Update next.config.ts
1 parent b60c564 commit e2f5ba9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

web/next.config.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ export type ConfigRedirect = {
4343

4444
const nextConfig: NextConfig = withNextIntl({
4545
output: 'standalone',
46-
transpilePackages: ['friendly-challenge'],
47-
serverExternalPackages: [
48-
'import-in-the-middle',
46+
transpilePackages: [
47+
'friendly-challenge',
4948
'require-in-the-middle',
50-
'next-seo',
49+
'import-in-the-middle',
5150
],
5251
logging: {
5352
fetches: {

0 commit comments

Comments
 (0)