From 95d6a5ecc40a72199f97b1d7280e2a92d5c4428a Mon Sep 17 00:00:00 2001 From: bobinstein Date: Tue, 17 Sep 2024 15:53:13 -0400 Subject: [PATCH] docs: updated meta --- docs/package.json | 2 +- docs/src/.vuepress/config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index fc7fce3e..1a836b73 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "ar.io-docs", "homepage": ".", "version": "0.0.2", - "description": "ar.io documentation", + "description": "Documentation, guides, and other resources for ar.io developers and gateway operators.", "main": "index.js", "authors": { "name": "", diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index d21f30c5..bef9d20a 100644 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -26,14 +26,14 @@ module.exports = { "meta", { property: "og:title", - content: "ar.io Docs Portal", // Replace 'Your Page Title' with the actual title of the page + content: "ar.io Network Docs", // Replace 'Your Page Title' with the actual title of the page }, ], [ "meta", { name: "twitter:title", - content: "ar.io Docs Portal", // Ensure this matches your page title + content: "ar.io Network Docs", // Ensure this matches your page title }, ],