You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 thebuild/assets/js/
directory, e.g https://github.com/apache/apisix-website/tree/asf-site/assets/jsAnd 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 withrelative 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.
The text was updated successfully, but these errors were encountered: