Fix RSS feed file trying to be opened with client-side routing

This commit is contained in:
arkon 2024-01-12 22:49:48 -05:00
parent 407d491165
commit 23c6431db7

View File

@ -3,7 +3,7 @@ import { IconRssBox } from '@iconify-prerendered/vue-mdi'
</script> </script>
<template> <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 /> <IconRssBox />
<span>RSS feed</span> <span>RSS feed</span>
</a> </a>