From bbd03c5b61d49b34e1717dfdec581f8bf91e7bf1 Mon Sep 17 00:00:00 2001 From: James Gray Date: Fri, 24 May 2024 15:33:24 -0500 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 5260dc9..dc6846a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -19,7 +19,7 @@ export default defineConfig({ label: 'Guides', items: [ // Each item here is one entry in the navigation menu. - { label: 'Example Guide', link: '/purple-pulsar/guides/example/' }, + { label: 'Example Guide', link: '/guides/example/' }, ], }, {