From 4496bd9ac03026276233c4aa1aff35ec39b0190c Mon Sep 17 00:00:00 2001 From: decause-gov <107957201+decause-gov@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:44:59 -0400 Subject: [PATCH] Update site.js Update the Title and Description of the Metrics site --- app/site/_data/site.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/site/_data/site.js b/app/site/_data/site.js index 7547be9d14..f2eb35c6cd 100644 --- a/app/site/_data/site.js +++ b/app/site/_data/site.js @@ -6,9 +6,9 @@ const host = production ? "https://dsacms.github.io" : "http://0.0.0.0:8080" const baseurl = production ? "/metrics" : "" module.exports = { - name: "Open Source at CMS", - title: "Open Source at CMS", - description: "DSAC Open Source Website", + name: "CMS OSPO Repo Metrics", + title: "CMS OSPO Repo Metrics", + description: "Open Source Repository Metrics across CMS.gov", type: "website", baseurl, url: `${host}${baseurl}`, @@ -18,4 +18,4 @@ module.exports = { locale: "en-US", // TODO: Add nav elements for deployment nav: [{ url: "/about/", label: "About" }], -} \ No newline at end of file +}