We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c1827 commit df47361Copy full SHA for df47361
docs/docs/config/config.md
@@ -498,7 +498,7 @@ export default defineConfig({
498
// external react
499
externals: { react: 'React' }, // [!code ++]
500
// 引入 cdn
501
- headScripts: ['https://unpkg.corp.kuaishou.com/react@18.3.1/umd/react.development.js'], // [!code ++]
+ headScripts: ['https://som.com/react@18.3.1/umd/react.development.js'], // [!code ++]
502
})
503
```
504
0 commit comments