From ba76328cece90574f708b130ed5c50603269369d Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Fri, 2 Aug 2024 11:43:20 -0400 Subject: [PATCH] Missed this --- src/pages/definition.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/definition.astro b/src/pages/definition.astro index 3f738b0..1ca613a 100644 --- a/src/pages/definition.astro +++ b/src/pages/definition.astro @@ -7,7 +7,7 @@ import GeoRight from '/images/background-images/geo-right.svg?raw'; const seoMetaData = { description: 'Fair Source values user freedom and developer sustainability. We find a balance through non-compete licenses that allow users to run the software for their own needs, modify it, and propose changes back to the developer.', - slug: 'fsd/' + slug: 'definition/' }; ---