use relative path (#4683)

This commit is contained in:
David Tsay 2022-01-06 11:14:21 -08:00 committed by GitHub
parent 433f1bf28e
commit 2f63718385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import objectPathToUrl from '/src/tools/url';
import objectPathToUrl from '../../tools/url';
export default {
inject: ['openmct'],