diff --git a/src/data/site-config.ts b/src/data/site-config.ts index e1272dfb..cfd382a6 100644 --- a/src/data/site-config.ts +++ b/src/data/site-config.ts @@ -3,5 +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 + url: "https://vetswhocode.io", // Add the URL property here };