Skip to content

Commit

Permalink
update site config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Jun 9, 2024
1 parent d6f2dd3 commit 94a6f3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/seo/deafult-seo.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DefaultSeo } from 'next-seo';
import siteConfig from '@data/site-config';

const SEO = () => {
const DefaultSEO = () => {
return (
<DefaultSeo
title={siteConfig.name}
Expand Down Expand Up @@ -64,4 +64,4 @@ const SEO = () => {
);
};

export default SEO;
export default DefaultSEO;
1 change: 1 addition & 0 deletions src/data/site-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export default {
titleTemplate: "%s | Vets Who Code",
description:
"Vets Who Code is a non-profit organization that provides free technical training to veterans and their spouses.",
url: "https://yourwebsite.com", // Add the URL property here
};

0 comments on commit 94a6f3e

Please sign in to comment.