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 d478484 commit 107d032Copy full SHA for 107d032
examples/app-router/next.config.js
@@ -1,4 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
-const nextConfig = {};
+const nextConfig = {
3
+ serverExternalPackages: ['@shikijs/twoslash'],
4
+};
5
6
module.exports = nextConfig;
examples/app-router/package.json
@@ -10,9 +10,9 @@
10
},
11
"dependencies": {
12
"@mintlify/mdx": "workspace:^",
13
- "next": "14.0.4",
14
- "react": "^18",
15
- "react-dom": "^18"
+ "next": "15.4.2",
+ "react": "18.3.1",
+ "react-dom": "18.3.1"
16
17
"devDependencies": {
18
"@tailwindcss/typography": "^0.5.10",
0 commit comments