How to config the publicPath
to to solve the browser concurrent link number limit problem?
I have an idea, the publicPath
can support like this:
publicPath = ['//static1.xxx.com', '//static2.xxx.com', '//static3.xxx.com']
then we get like this:
//static1.xxx.com/a.xxx.jpg
//static2.xxx.com/b.xxx.jpg
//static2.xxx.com/c.xxx.jpg
or any other best ways to solve the browser concurrent link number limit problem?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2132">#c2132</a>)</em></sub></div>