mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Fix RSS feed file trying to be opened with client-side routing
This commit is contained in:
parent
407d491165
commit
23c6431db7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user