Last 12 weeks · 4 commits
4 of 6 standards met
Describe the bug If file name contains a , it is treated as closing bracket and truncate file name. rendered as Thanks for plugin, it's brilliant! Reproduction https://stackblitz.com/edit/vite-16mgso7g?file=docs%2Findex.md System Info Used Package Manager pnpm Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Repository: antfu/contribute. Description: Contribution guide for my projects Stars: 262, Forks: 16. Open PRs: 0, open issues: 0. Last activity: 3w ago. Community health: 71%. Top contributors: antfu, ambarvm, innocenzi, zxch3n.
I'm using SSG for its SEO benefits that I can't get with vite alone. I know my SSG config works because my HTML files are rendered for each page, but I can't get my open graph meta tags to show on any test platforms for social sharing like: https://www.linkedin.com/post-inspector/. This my main.js file wiith the SSG config: These are my packages with the versions: { "vite": "^5.2.13", "vue": "^3.4.21" "vite-ssg": "^0.23.7" } And finally this is how I'm setting my meta data with open graph: in my pages/index.vue: I also tried the @unhead/vue package (useHead and useSeoMeta) and it didn't work either. I would really appreciate your help.