Skip to content

Commit

Permalink
Fix RSS feed file trying to be opened with client-side routing
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Jan 13, 2024
1 parent 407d491 commit 23c6431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/.vitepress/theme/components/RssLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IconRssBox } from '@iconify-prerendered/vue-mdi'
</script>

<template>
<a href="/feed.rss" class="rss" title="RSS feed for the news archive">
<a href="/feed.rss" class="rss" title="RSS feed for the news archive" target="_blank">
<IconRssBox />
<span>RSS feed</span>
</a>
Expand Down

0 comments on commit 23c6431

Please sign in to comment.