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",