Home

Issue: 2457

publicPath can support dynamic allocation of domains

[issue link]

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?

This question is available on Nuxt.js community (#c2132)