summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFushihara <1039534+fushihara@users.noreply.github.com>2024-09-24 00:25:57 +0900
committerFushihara <1039534+fushihara@users.noreply.github.com>2024-09-24 00:25:57 +0900
commit2ce86e17bdeaaa00d758ecb312f2171c33d7d5ec (patch)
treebc37732882bea08a4be81431b25ac9191a2f0bc0
parentef51132201852200128412a773b1067570fdd68b (diff)
「アニメ」カテゴリの記事が0件になっていたので修正
アニメカテゴリだけで他のタグが一切ないという記事が無かったので、アニメカテゴリだけの個数は0件扱いになっていた
-rw-r--r--src/util/articleLoader.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/articleLoader.ts b/src/util/articleLoader.ts
index c957e3a..f63b28c 100644
--- a/src/util/articleLoader.ts
+++ b/src/util/articleLoader.ts
@@ -157,6 +157,7 @@ class Breadcrumb {
if (isLast) {
data.count += 1;
} else {
+ data.count += 1;
this.setChild(data.child, nextBreadLinks)
}
} else {