We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3496bad commit f6945d9Copy full SHA for f6945d9
2 files changed
next-env.d.ts
@@ -1,6 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
-import "./.next/types/routes.d.ts";
+import "./.next/dev/types/routes.d.ts";
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
next.config.js
@@ -21,7 +21,7 @@ const REMOTE_PATTERNS = [
21
22
const config = {
23
// Exclude jsdom and isomorphic-dompurify from bundling to fix ESM/CJS compatibility
24
- serverExternalPackages: ['jsdom', 'isomorphic-dompurify'],
+ serverExternalPackages: ["jsdom", "isomorphic-dompurify"],
25
// Turbopack configuration for SVGR (replaces webpack config)
26
turbopack: {
27
rules: {
0 commit comments