Skip to content

Commit

Permalink
コメントを修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikoloss committed Feb 17, 2024
1 parent d109d0b commit 4123f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scrapbox-nuxt-blog/scrablog.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { indexTypes, sideBarContents } from './scrablog.const'
import { indexTypes } from './scrablog.const'

const appConfig = {
// GitHub のリポジトリ名
Expand All @@ -17,7 +17,7 @@ const appConfig = {
excludeTitles: ['kamikoloss'],
// 記事一覧をどのような形式で表示するか (BLOG_FULL or BLOG_CARD)
indexType: indexTypes.BLOG_FULL,
// 記事一覧で1ページあたり記事をいくつ表示するか
// 記事一覧で記事を1ページあたりいくつ表示するか
articlesPerPage: 3,

// 作成日時と更新日時のタイムゾーン
Expand All @@ -31,7 +31,7 @@ const appConfig = {

// サイドバーを表示するか
showSideBar: true,
// サイドバーの "最新の記事" でいくつ表示するか
// サイドバーの "最新の記事" で記事をいくつ表示するか
sideBarRecentArticles: 5,
}

Expand Down

0 comments on commit 4123f3e

Please sign in to comment.