Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Corrects Sanity to Sanity.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Robinson committed Nov 4, 2020
1 parent 85ec566 commit 5a66287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/components/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Intro() {
href={CMS_URL}
className="underline hover:text-success duration-200 transition-colors"
>
{CMS_NAME}
Sanity.io
</a>
.
</h4>
Expand Down
2 changes: 1 addition & 1 deletion template/components/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Meta() {
<link rel="alternate" type="application/rss+xml" href="/feed.xml" />
<meta
name="description"
content={`A statically generated blog example using Next.js and ${CMS_NAME}.`}
content={`A statically generated blog example using Next.js and Sanity.io.`}
/>
<meta property="og:image" content={HOME_OG_IMAGE_URL} />
</Head>
Expand Down

0 comments on commit 5a66287

Please sign in to comment.