12 lines
178 B
JavaScript
12 lines
178 B
JavaScript
"use strict";
|
|
|
|
|
|
|
|
module.exports = exports = {
|
|
github: {
|
|
branch: "new",
|
|
linkText: "Edit this page on GitHub",
|
|
repo: "lbryio/lbry.tech"
|
|
},
|
|
ga: "UA-60403362-1"
|
|
};
|