bundle.json and tiny-vue.css is 404 in prod mode (#315)

This commit is contained in:
abin 2024-03-06 14:10:13 +08:00 committed by GitHub
parent 7d967777d8
commit e88b254683
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ export default {
canvasOptions: {
Angular: {},
Vue: {
material: ['http://localhost:8080/mock/bundle.json'],
material: ['/mock/bundle.json'],
scripts: [],
styles: ['http://localhost:8080/tiny-vue.css']
styles: ['/tiny-vue.css']
},
React: {},
HTML: {},