From c921be9bfcfb1730128ed0dc3230130e7090f8de Mon Sep 17 00:00:00 2001 From: Jerome Hardaway Date: Sat, 24 Aug 2024 00:34:29 -0400 Subject: [PATCH] add url to site conifg (#618) --- src/data/site-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/site-config.ts b/src/data/site-config.ts index e1272dfbb..cfd382a64 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 };