mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
Create lighthouserc.js
This commit is contained in:
parent
cf360252f7
commit
00d1276ed2
10
lighthouserc.js
Normal file
10
lighthouserc.js
Normal file
@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
ci: {
|
||||
collect: {
|
||||
staticDistDir: './_site',
|
||||
},
|
||||
upload: {
|
||||
target: 'temporary-public-storage',
|
||||
},
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue
Block a user