Skip to content

Commit

Permalink
fix: url link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionad-Morotar committed Mar 31, 2024
1 parent 250a08a commit e5a5d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const assets: Record<string, {
<p class="article-list">
<span class="article-list-label" v-text="article.category + ':'" />
<span class="article-list-content">
<a :href="article.url" v-text="article.label" />
<a :href="article.to" v-text="article.label" />
</span>
</p>
</template>
Expand Down

0 comments on commit e5a5d5d

Please sign in to comment.