[fix] #58 wrong url for RSS feed

This commit is contained in:
les 2019-11-13 16:59:20 +01:00
parent 0411ac88fa
commit b805bc6d06
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
All notable changes to this project will be documented in this file.
### 0.17.7
- [fix] #58 wrong url for RSS feed
### 0.17.5
- [fedi] comments moderation
- [fedi] user moderation

View file

@ -35,7 +35,7 @@
el-menu-item(v-if='$auth.loggedIn' @click='logout' :title="$t('common.logout')")
v-icon(color='red' name='sign-out-alt')
el-menu-item(:title="$t('common.feed')" v-clipboard:copy='`settings.baseurl/feed/rss`' v-clipboard:success='copyLink')
el-menu-item(:title="$t('common.feed')" v-clipboard:copy='`${settings.baseurl}/feed/rss`' v-clipboard:success='copyLink')
v-icon(color='orange' name='rss')
</template>