fix middle-click breaking project-tile navigation due to incorrectly set href

This commit is contained in:
lightling 2024-05-06 02:01:18 -04:00
parent 52211ff798
commit c54497eabb

View file

@ -29,7 +29,6 @@ const title = computed(() => marked.parse(props.info.title || ''))
.project-embed
router-link.link(
:to='{ name: `${currentRoute.name}: View Project`, query: { id: id } }'
:href='`./view?id=${id}`'
:style='{ background: thumbnailBackground, backgroundSize: thumbnailBackgroundSize }'
)
.text