forked from opentiny/tiny-engine
bundle.json and tiny-vue.css is 404 in prod mode (#315)
This commit is contained in:
parent
7d967777d8
commit
e88b254683
|
@ -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: {},
|
||||
|
|
Loading…
Reference in New Issue