From c54497eabb6486d281eaa4c9f3989c99cdc11fe1 Mon Sep 17 00:00:00 2001 From: Lightling Date: Mon, 6 May 2024 02:01:18 -0400 Subject: [PATCH] fix middle-click breaking project-tile navigation due to incorrectly set href --- projects/frontend/src/views/project/project-tile.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/frontend/src/views/project/project-tile.vue b/projects/frontend/src/views/project/project-tile.vue index 454ca4b..85d29ef 100644 --- a/projects/frontend/src/views/project/project-tile.vue +++ b/projects/frontend/src/views/project/project-tile.vue @@ -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