Skip to content

Commit

Permalink
fix: Change to relative path to support GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Oct 11, 2023
1 parent a97f90a commit 3c25a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ScholarlyBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<MDBCardText>
<p><b>Actor:</b> <a :href="member.content.actorUrl">{{ member.content.actorName }}</a></p>
<p><b>Target:</b> <a :href="member.content.targetUrl">{{ member.content.targetName }}</a></p>
<p><b>Object:</b> <a :href="'/?url=' + member.content.object">{{ member.content.object }}</a></p>
<p><b>Object:</b> <a :href="'?url=' + member.content.object">{{ member.content.object }}</a></p>
</MDBCardText>
</MDBCardBody>
<MDBCardFooter class="text-muted">{{ member.metadata.dateTime }}</MDBCardFooter>
Expand Down

0 comments on commit 3c25a4a

Please sign in to comment.