优化资源调用,减少页面大小

This commit is contained in:
2025-12-04 19:07:48 +08:00
parent db891c883f
commit 8958796956
34 changed files with 84 additions and 93 deletions

View File

@@ -9,6 +9,9 @@ export default createMDX({
})({
output: 'standalone',
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
allowedDevOrigins: [
'192.168.3.42',
],
experimental: {
mdxRs: {
mdxType: 'gfm',