mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
chore: add crossorigin="anonymous" to umi.js (#40184)
https://umijs.org/docs/api/config#crossorigin
This commit is contained in:
parent
481710ecae
commit
36d1916a1b
@ -10,6 +10,7 @@ export default defineConfig({
|
||||
},
|
||||
ssr: process.env.NODE_ENV === 'production' ? {} : false,
|
||||
hash: true,
|
||||
crossorigin: {},
|
||||
outputPath: '_site',
|
||||
favicons: ['https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png'],
|
||||
resolve: {
|
||||
|
Loading…
Reference in New Issue
Block a user