This repository was archived by the owner on May 13, 2024. It is now read-only.

Description
Bug report
After setting up the project by the quick start:
yarn create vuepress [blogName] -> cd [blogName] && yarn -> yarn dev
The Tags nav is blank:

And for each post blog, tags info are missing:

Steps to reproduce
yarn create vuepress [blogName] -> cd [blogName] && yarn -> yarn dev
What is expected?
It should show all tags like this:

What is actually happening?
There is a missing s in all tag for all post blogs:

where the tag should be tags
Other relevant information
The title is also missing for each blog.