frontend: Avoid relative paths
This commit is contained in:
parent
698e69d132
commit
42b9e54ec7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const config = {
|
||||||
fallback: 'index.html'
|
fallback: 'index.html'
|
||||||
}),
|
}),
|
||||||
paths: {
|
paths: {
|
||||||
relative: true
|
relative: false
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue