lbry.tech/config.js
ポール ウェッブ 1caab21ba6 Updated GA code
2018-12-19 17:13:18 -06:00

22 lines
468 B
JavaScript

"use strict";
// E X P O R T
module.exports = exports = {
ga: "UA-60403362-8",
github: {
branch: "master",
linkText: "Edit this page on GitHub",
repo: "lbryio/lbry.tech"
},
meta: {
color: "#222",
description: "LBRY is a free, open, and community-run digital marketplace. Come check out our documentation and contribute!",
name: "LBRY",
tagline: "We came from the future to help you save the Internet",
title: "LBRY"
}
};