Dashboard counts is Post.public_posts.where(post_type: Post.types[:regular])
while the /about post count is Post.where('created_at > ?', 30.days.ago).count
. So those will be different for sure.
「いいね!」 5