Increase featured limit

This commit is contained in:
syuilo
2019-02-15 15:01:05 +09:00
parent 6752cf1d64
commit dff65810c6
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ export default Vue.extend({
this.fetching = true;
this.$root.api('notes/featured', {
limit: 15
limit: 20
}).then(notes => {
this.notes = notes;
this.fetching = false;