Fix image path again, again?
This commit is contained in:
@@ -8,7 +8,7 @@ const props = defineProps<{ car: ReturnType<typeof getType> }>();
|
|||||||
|
|
||||||
const details = computed(() => (props.car ? trams.find((t) => t.id === props.car!.id) : undefined));
|
const details = computed(() => (props.car ? trams.find((t) => t.id === props.car!.id) : undefined));
|
||||||
|
|
||||||
const baseUrl = import.meta.env.BASE || '/';
|
const baseUrl = import.meta.env.BASE_URL;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user