mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-26 21:23:12 -08:00
Merge branch 'master' into settingsfix
This commit is contained in:
commit
78a8f4b070
|
@ -5,7 +5,7 @@ require('dotenv').config();
|
||||||
/** @type {import('@docusaurus/types').Config} */
|
/** @type {import('@docusaurus/types').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
title: 'Meshtastic',
|
title: 'Meshtastic',
|
||||||
tagline: 'Open Source hiking, pilot, skiing and secure GPS mesh communicator',
|
tagline: 'An open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices',
|
||||||
url: 'https://meshtastic.org',
|
url: 'https://meshtastic.org',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
|
|
|
@ -49,7 +49,7 @@ const features = [
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Extendable',
|
title: 'Extensible',
|
||||||
imageUrl: 'img/homepage/extendable.svg',
|
imageUrl: 'img/homepage/extendable.svg',
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
|
@ -152,7 +152,7 @@ function Home() {
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content="Open Source hiking, pilot, skiing and secure LoRa mesh communicator"
|
content="An open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices"
|
||||||
/>
|
/>
|
||||||
<meta property="og:url" content="https://meshtastic.org/" />
|
<meta property="og:url" content="https://meshtastic.org/" />
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
|
Loading…
Reference in a new issue