Compare commits

..

No commits in common. "b53b8c15444fa4f2c40f24ab42330e0fbe817fb0" and "6b095137d9c7104b4a46ec2023ecad737cbb5679" have entirely different histories.

5 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@ -77,4 +77,3 @@ typings/
.fusebox/
/.vscode/
/dist/

View File

@ -27,6 +27,7 @@ export default {
computed: {
nav () {
console.log("Trying to load lang")
const { locales } = this.$site
if (locales && Object.keys(locales).length > 1) {
const currentLink = this.$page.path

View File

@ -1,5 +1,4 @@
module.exports = {
dest: 'dist',
locales: {
'/': {
lang: 'en-US',

6
package-lock.json generated
View File

@ -3640,9 +3640,9 @@
"dev": true
},
"electron-to-chromium": {
"version": "1.3.352",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.352.tgz",
"integrity": "sha512-dL/RyoueFG3UMhG0q3weAQvr+Tbqx/axAnOXYIIOsoYnV+2i+nRvX2S6msEo2+JARbBP8MFkkSYQ8AoY9Bh4Og==",
"version": "1.3.351",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.351.tgz",
"integrity": "sha512-L8zhV8k7Znp2q3wWXYDzCyfTBeGauEX0rX/FtgmnDgmvHRqwu9NVN614wOkXx9sDZmJZpNMBaEFMXTu/vbr+Kg==",
"dev": true
},
"elliptic": {

View File

@ -4,8 +4,8 @@
"description": "The landing page for native African language speaker looking to learn about Bitcoin.",
"main": "exonumia.cc.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",