We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app.js
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app.js is 404
because of this
actually real path is http://localhost:8080/tua-ui/assets/js/app.js
http://localhost:8080/tua-ui/assets/js/app.js
1.0.0-alpha.33
base: '/tua-ui/',
vuepress dev docs
/
no error
The text was updated successfully, but these errors were encountered:
@ulivz if i change this to .publicPath(publicPath), fix 404
.publicPath(publicPath)
vuepress/packages/@vuepress/core/lib/webpack/createBaseConfig.js
Line 42 in 19c21aa
however, assets in .vuepress/public are 404
.vuepress/public
because real paths are
it's weried, publicPath not working...
publicPath
Sorry, something went wrong.
https://github.com/BuptStEve/vuepress-bug
npm start
期待官方解决
8a234bb
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug report
app.js
is 404because of this

actually real path is

http://localhost:8080/tua-ui/assets/js/app.js
Version
1.0.0-alpha.33
Steps to reproduce
base: '/tua-ui/',
vuepress dev docs
app.js is 404
/
, it works fine...What is expected?
no error
The text was updated successfully, but these errors were encountered: