We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf1232 commit a25d86cCopy full SHA for a25d86c
lib/app/dataMixin.js
@@ -34,7 +34,7 @@ export default {
34
return store.siteData
35
},
36
$localeConfig () {
37
- const { locales } = this.$site
+ const { locales = {}} = this.$site
38
let targetLang
39
let defaultLang
40
Object.keys(locales).forEach(path => {
0 commit comments