Skip to content

Commit 290aec4

Browse files
committed
fix: fix bundle.json 404
1 parent 9d9c6b4 commit 290aec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
id: 'engine.config',
33
theme: 'light',
4-
material: ['/mock/bundle.json'],
4+
material: ['./mock/bundle.json'],
55
scripts: [],
66
styles: []
77
}

0 commit comments

Comments
 (0)