From c882769b9be48d702fc1dd1a42d00aeb4fa34f1d Mon Sep 17 00:00:00 2001 From: Joanna May Date: Wed, 14 Aug 2024 09:37:04 -0500 Subject: [PATCH] fix: configuration --- astro.config.mjs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index f5d071c..554c341 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -18,13 +18,12 @@ export default defineConfig({ // See https://scottwillsey.com/theme-flicker/ tag: "script", attrs: { - src: ` - `, - }, }, ], customCss: [ @@ -42,7 +41,7 @@ export default defineConfig({ ], editLink: { baseUrl: - "https://github.com/vgventures/very_good_engineering/edit/main/docs/", + "https://github.com/vgventures/very_good_engineering/edit/main/", }, logo: { light: "./src/assets/logos/unicorn_light.png",