Compare commits

..

No commits in common. "master" and "revamp2024" have entirely different histories.

5 changed files with 31 additions and 30 deletions

View file

@ -127,6 +127,10 @@ const config = {
{ {
title: 'Other Sites', title: 'Other Sites',
rows: [{ rows: [{
text: 'LBRY.com',
link: 'https://lbry.com/'
},
{
text: 'LBRY.tech', text: 'LBRY.tech',
link: 'https://lbry.tech/' link: 'https://lbry.tech/'
} }

View file

@ -6,10 +6,10 @@ tagline: LBRY is a secure, open, and community-run digital marketplace.
actionButtons: actionButtons:
- text: Download LBRY - text: Download LBRY
icon: fa-solid:arrow-alt-circle-down icon: fa-solid:arrow-alt-circle-down
link: https://github.com/LBRYFoundation/lbry-desktop/releases link: https://lbry.com/get
- text: Join Discord - text: Join Discord
icon: fa-brands:discord icon: fa-brands:discord
link: https://chat.lbry.org/ link: https://chat.lbry.com/
footer: true footer: true
sitemap: sitemap:
changefreq: hourly changefreq: hourly

33
package-lock.json generated
View file

@ -9,8 +9,8 @@
"request-promise": "^4.2.6" "request-promise": "^4.2.6"
}, },
"devDependencies": { "devDependencies": {
"@fontsource/roboto": "^5.2.6", "@fontsource/roboto": "^5.0.12",
"@iconify/json": "^2.2.267", "@iconify/json": "^2.2.201",
"@iconify/vue2": "^2.1.0", "@iconify/vue2": "^2.1.0",
"@vuepress/plugin-pwa": "^1.9.10", "@vuepress/plugin-pwa": "^1.9.10",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
@ -1810,13 +1810,10 @@
} }
}, },
"node_modules/@fontsource/roboto": { "node_modules/@fontsource/roboto": {
"version": "5.2.6", "version": "5.0.12",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.6.tgz", "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.12.tgz",
"integrity": "sha512-hzarG7yAhMoP418smNgfY4fO7UmuUEm5JUtbxCoCcFHT0hOJB+d/qAEyoNjz7YkPU5OjM2LM8rJnW8hfm0JLaA==", "integrity": "sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g==",
"dev": true, "dev": true
"funding": {
"url": "https://github.com/sponsors/ayuhito"
}
}, },
"node_modules/@hapi/address": { "node_modules/@hapi/address": {
"version": "2.1.4", "version": "2.1.4",
@ -1863,9 +1860,9 @@
} }
}, },
"node_modules/@iconify/json": { "node_modules/@iconify/json": {
"version": "2.2.267", "version": "2.2.201",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.267.tgz", "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.201.tgz",
"integrity": "sha512-mM+W8HES8J78wNFRWimpfT+D2YhLzZ9AKD/PiDqiW/QsMmROa2iK0Bx+RwTYYWosmRCzPXPH9y08X4VgfkqZuw==", "integrity": "sha512-5jM9TAa55YSEfx2WX1/GsHL9FSSH1PsA38V3p26SDmnOSmfb3V7r5yBgO8oIFkXdFQFk59MgESEOziapNtTGkw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@iconify/types": "*", "@iconify/types": "*",
@ -17131,9 +17128,9 @@
} }
}, },
"@fontsource/roboto": { "@fontsource/roboto": {
"version": "5.2.6", "version": "5.0.12",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.6.tgz", "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.12.tgz",
"integrity": "sha512-hzarG7yAhMoP418smNgfY4fO7UmuUEm5JUtbxCoCcFHT0hOJB+d/qAEyoNjz7YkPU5OjM2LM8rJnW8hfm0JLaA==", "integrity": "sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g==",
"dev": true "dev": true
}, },
"@hapi/address": { "@hapi/address": {
@ -17176,9 +17173,9 @@
} }
}, },
"@iconify/json": { "@iconify/json": {
"version": "2.2.267", "version": "2.2.201",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.267.tgz", "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.201.tgz",
"integrity": "sha512-mM+W8HES8J78wNFRWimpfT+D2YhLzZ9AKD/PiDqiW/QsMmROa2iK0Bx+RwTYYWosmRCzPXPH9y08X4VgfkqZuw==", "integrity": "sha512-5jM9TAa55YSEfx2WX1/GsHL9FSSH1PsA38V3p26SDmnOSmfb3V7r5yBgO8oIFkXdFQFk59MgESEOziapNtTGkw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@iconify/types": "*", "@iconify/types": "*",

View file

@ -1,8 +1,8 @@
{ {
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@fontsource/roboto": "^5.2.6", "@fontsource/roboto": "^5.0.12",
"@iconify/json": "^2.2.267", "@iconify/json": "^2.2.201",
"@iconify/vue2": "^2.1.0", "@iconify/vue2": "^2.1.0",
"@vuepress/plugin-pwa": "^1.9.10", "@vuepress/plugin-pwa": "^1.9.10",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",

View file

@ -829,10 +829,10 @@
lodash "^4.17.13" lodash "^4.17.13"
to-fast-properties "^2.0.0" to-fast-properties "^2.0.0"
"@fontsource/roboto@^5.2.6": "@fontsource/roboto@^5.0.12":
version "5.2.6" version "5.0.12"
resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-5.2.6.tgz#93a2a5ef98cc79880355de0aac71def215b873e7" resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-5.0.12.tgz#418f7305a3be7fc567dd154db20090f7ece7fc6c"
integrity sha512-hzarG7yAhMoP418smNgfY4fO7UmuUEm5JUtbxCoCcFHT0hOJB+d/qAEyoNjz7YkPU5OjM2LM8rJnW8hfm0JLaA== integrity sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g==
"@hapi/address@2.x.x": "@hapi/address@2.x.x":
version "2.1.4" version "2.1.4"
@ -866,10 +866,10 @@
dependencies: dependencies:
"@hapi/hoek" "^8.3.0" "@hapi/hoek" "^8.3.0"
"@iconify/json@^2.2.267": "@iconify/json@^2.2.201":
version "2.2.267" version "2.2.201"
resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.267.tgz#d59fa36a1f479f8c54e5c902287a7cfa88c7f9e8" resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.201.tgz#c59bfb135cb0a95ee877c4c839f8295d20a5fb24"
integrity sha512-mM+W8HES8J78wNFRWimpfT+D2YhLzZ9AKD/PiDqiW/QsMmROa2iK0Bx+RwTYYWosmRCzPXPH9y08X4VgfkqZuw== integrity sha512-5jM9TAa55YSEfx2WX1/GsHL9FSSH1PsA38V3p26SDmnOSmfb3V7r5yBgO8oIFkXdFQFk59MgESEOziapNtTGkw==
dependencies: dependencies:
"@iconify/types" "*" "@iconify/types" "*"
pathe "^1.1.2" pathe "^1.1.2"