vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.16k stars 922 forks source link

fix(client): fix siteLocaleData type #1529

Closed Mister-Hope closed 2 months ago

Mister-Hope commented 2 months ago

This pr fix the wrong SiteLocaleData shape by removing base and locales on it.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8650693290

Details


Totals Coverage Status
Change from base Build 8649779038: 0.0%
Covered Lines: 686
Relevant Lines: 1684

💛 - Coveralls
meteorlxy commented 2 months ago

Any context?

Mister-Hope commented 2 months ago

this remove the base and locale field in siteLocaleData and correct the types.

Mister-Hope commented 2 months ago

@meteorlxy Maybe a review of this one? This should be simple.