juzhiyuan opened a new issue #675: URL: https://github.com/apache/apisix-website/issues/675
**Actual Behaviour** Hi, we're using https://docusaurus.io/ V2 to build our website, when it's built after running `yarn build`, it will generate many JS assets under the `build/assets/js/` directory, e.g https://github.com/apache/apisix-website/tree/asf-site/assets/js And when we visit our website, it will first load the `runtime~main.xxxx.js` file, and it will load all necessary other JS assets asynchronously, but with `relative URL` like the following screenshot:  **Expected Behaviour** `https://apisix.apache.org/assets/js/69365.a39fd14a.js`. This URL is correct but I would suggest that we load them from jsDelivr, too. So users in China could visit faster. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
