Releases: meteorlxy/vuepress-theme-meteorlxy
Releases · meteorlxy/vuepress-theme-meteorlxy
v1.0.0-alpha.29
Breaking Changes
Before:
themeConfig: {
headerBackground: {
url: '/assets/img/bg.jpg',
useGeo: true,
},
}
After:
themeConfig: {
header: {
background: {
url: '/assets/img/bg.jpg',
useGeo: true,
},
// new
showTitle: true,
},
}