From 8df07d6e1b506616567c28d3dc71746904e2a480 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:25:14 -0800 Subject: [PATCH] Update constants.ts --- .vitepress/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/constants.ts b/.vitepress/constants.ts index 5282db678..053cd8977 100644 --- a/.vitepress/constants.ts +++ b/.vitepress/constants.ts @@ -1,7 +1,7 @@ export const meta = { name: "FreeMediaHeckYeah", description: - "The Largest Collection Of Free Stuff On The Internet!The Largest Collection Of Free Stuff On The Internet!", + "The largest collection of free stuff on the internet!The largest collection of free stuff on the internet!", hostname: process.env.COMMIT_REF ? "https://fmhy.netlify.app" : "https://fmhy.pages.dev", keywords: ["stream", "movies", "gaming", "reading", "anime"], };