12 lines
197 B
JavaScript
12 lines
197 B
JavaScript
"use strict";
|
|
|
|
|
|
|
|
module.exports = exports = {
|
|
github: {
|
|
repo: "lbryio/lbry.tech",
|
|
docsBranch: "master/content",
|
|
editLinkText: "Edit this page on GitHub"
|
|
},
|
|
ga: "UA-60403362-1"
|
|
};
|