Skip to content

Commit

Permalink
Merge pull request #97 from DSACMS/decause-gov-patch-2
Browse files Browse the repository at this point in the history
Update site.js
  • Loading branch information
decause-gov authored Mar 21, 2024
2 parents 2940e87 + 4496bd9 commit 4363877
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/site/_data/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand All @@ -18,4 +18,4 @@ module.exports = {
locale: "en-US",
// TODO: Add nav elements for deployment
nav: [{ url: "/about/", label: "About" }],
}
}

0 comments on commit 4363877

Please sign in to comment.