🐛 fix: fix remark gfm regex breaks in Safari versions < 16.4 (#5357)

* fix build

* fix build
This commit is contained in:
Arvin Xu
2025-01-09 12:26:19 +08:00
committed by GitHub
parent f50b8de2a0
commit 90865706cc
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ const nextConfig: NextConfig = {
'gpt-tokenizer',
],
webVitalsAttribution: ['CLS', 'LCP'],
webpackMemoryOptimizations: true,
},
async headers() {
return [
+6
View File
@@ -321,6 +321,9 @@
"registry": "https://registry.npmjs.org"
},
"pnpm": {
"overrides": {
"mdast-util-gfm-autolink-literal": "2.0.0"
},
"packageExtensions": {
"@inkjs/ui": {
"dependencies": {
@@ -328,5 +331,8 @@
}
}
}
},
"overrides": {
"mdast-util-gfm-autolink-literal": "2.0.0"
}
}