lbry.tech/config.js
ポール ウェッブ b1a5c11ddf Refactor in progress
2018-08-28 18:57:18 -05:00

22 lines
468 B
JavaScript

"use strict";
// E X P O R T
module.exports = exports = {
ga: "UA-60403362-1",
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"
}
};