Default vuepress theme's HomePage broken by adding seo2 plugin #1023
-
The default vuepress theme provide a home page with hero image, text and features intro when After I introduce the seo2 plugin, its dependency I only want seo function here, is there any solution to disable the plugin's home theme? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
I will have a look later. SEO do not have any client side, why would it break your layout? Did it remove the original frontmatter? Any detailed information about how this plugin is effecting your client side is welcomed. |
Beta Was this translation helpful? Give feedback.
-
---
home: true
title: Home
heroImage: /chaldea.png
heroText: Chaldea
actions:
- text: Installation
link: /installation.html
type: primary
- text: User Manual
link: /introduction.html
type: secondary
features:
- title: Feature 1
details: description 1.
- title: Feature 1
details: description 1.
- title: Feature 1
details: description 1.
- title: Feature 1
details: description 1.
footer: MIT Licensed | Copyright © 2021-present narumi
---
This is README.md plugins: [
['@vuepress/plugin-search'],
["vuepress-plugin-seo2"],
] All frontmatter are removed, didn't render in html, I guess this plugin's default theme (in |
Beta Was this translation helpful? Give feedback.
-
for sitemap, i was using the legacy version |
Beta Was this translation helpful? Give feedback.
-
Any progress on why vuepress' default |
Beta Was this translation helpful? Give feedback.
-
beta 29 released and fix this issue by changing api(BREAKING CHANGES), Once I build a compatblable version for it, it will be fine. |
Beta Was this translation helpful? Give feedback.
beta 29 released and fix this issue by changing api(BREAKING CHANGES), Once I build a compatblable version for it, it will be fine.