diff --git a/src/components/FeedPage.vue b/src/components/FeedPage.vue index 390efee8..5b95ce8e 100644 --- a/src/components/FeedPage.vue +++ b/src/components/FeedPage.vue @@ -3,6 +3,10 @@ You can import subscriptions from here. +
+ +
+
@@ -70,5 +74,10 @@ export default { }); }, }, + computed: { + getRssUrl(_this) { + return _this.apiUrl() + "/feed/rss?authToken=" + _this.getAuthToken(); + }, + }, };