tech.lbry.org/config.js
2025-04-23 02:31:18 +02:00

21 lines
519 B
JavaScript

"use strict";
// E X P O R T
export default {
ga: "UA-60403362-8",
github: {
branch: "master",
linkText: "Edit this page on GitHub",
repo: "LBRYFoundation/tech.lbry.org"
},
meta: {
color: "#222",
description: "LBRY is a free, open, and community-controlled digital goods marketplace. Learn about technical specifics, how to contribute, API specifications, and much more.",
name: "LBRY",
tagline: "We came from the future to help you save the Internet",
title: "LBRY"
}
};