this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: target blank

+3 -1
+3 -1
src/pages/pub/[rkey]/[slug].vue
··· 30 30 <h1>{{ note.title }}</h1> 31 31 <p class="remanso-note"> 32 32 This is the raw version of the article. To get the rich content, get to my 33 - <a :href="note.canonicalUrl">Remanso space</a>. 33 + <a :href="note.canonicalUrl" target="_blank" rel="noopener noreferrer" 34 + >Remanso space</a 35 + >. 34 36 </p> 35 37 <article v-html="textContent"></article> 36 38 </pub-layout>