fix: math

This commit is contained in:
2022-08-10 18:34:01 -04:00
parent 783fdd17dc
commit d356ed4dbf
3 changed files with 13 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ const { project, reverse = false } = defineProps<{
reverse?: boolean;
}>();
const imgUrl = `url(/images/projects/${project.img ?? ""})`;
const imgUrl = `url(/images/projects/${project.img ?? "unknown.png"})`;
</script>
<template>