forked from Ivasoft/geovisio-website
fix ts error string
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export function img(name: string) {
|
||||
return new URL(`../assets/images/${name}`, import.meta.url)
|
||||
return new URL(`../assets/images/${name}`, import.meta.url).toString()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user