Skip to content

Commit 0757efb

Browse files
committed
Merge branch 'master' of github.com:mynodebtc/mynode_docs
2 parents c36cd5a + 2012269 commit 0757efb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ module.exports = {
106106
{
107107
title: "Lightning Apps",
108108
children: [
109+
'/lightning/alby',
109110
'/lightning/bluewallet',
110111
'/lightning/rtl',
111112
'/lightning/lnbits',
@@ -223,14 +224,14 @@ module.exports = {
223224

224225
customMeta: (add, context) => {
225226
const {
226-
$site, // Site configs provided by Vuepress
227+
$site, // Site configs provided by Vuepress
227228
$page, // Page configs provided by Vuepress
228-
229+
229230
// All the computed options from above:
230231
siteTitle, title, description, author, tags,
231232
twitterCard, type, url, image, publishedAt, modifiedAt,
232233
} = context
233-
234+
234235
add('twitter:site', '@mynodebtc')
235236
add('twitter:creator', '@mynodebtc')
236237
add('twitter:image', 'http://mynodebtc.com/images/vertical_lightning_white_bg.png')

0 commit comments

Comments
 (0)