Skip to content

Commit

Permalink
Update next-server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
PepijnSenders committed May 17, 2021
1 parent 2b870ad commit be3123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/next-server/server/next-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default class Server {
optimizeImages: !!this.nextConfig.experimental.optimizeImages,
optimizeCss: this.nextConfig.experimental.optimizeCss,
disableOptimizedLoading: this.nextConfig.experimental
?.disableOptimizedLoading,
.disableOptimizedLoading,
domainLocales: this.nextConfig.i18n?.domains,
distDir: this.distDir,
}
Expand Down

0 comments on commit be3123e

Please sign in to comment.