Skip to content

Commit

Permalink
レスが増えるまで新スレのリンクが切れるのでカタログの表示数を増加
Browse files Browse the repository at this point in the history
  • Loading branch information
eiurur committed Feb 6, 2024
1 parent ecb3b3b commit c65a65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/routes/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module.exports = app => {
// TODO: cookieから取得
const catalog = board.getCatalog()
catalog.setSetting({
width: 14,
height: 20,
width: 32,
height: 32,
num: 16,
position: 0,
size: 3,
Expand Down

0 comments on commit c65a65f

Please sign in to comment.