Skip to content

Commit

Permalink
GTM fix (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored Oct 10, 2024
1 parent c8f205c commit c027a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineConfig({
sidebar: sidebar,
components: {
'Head': './src/components/overrides/Head.astro',
'PageFrame': './src/components/overrides/PageFrame.astro',
'SkipLink': './src/components/overrides/SkipLink.astro'
}
}),
tailwind({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Default from "@astrojs/starlight/components/PageFrame.astro";
import Default from "@astrojs/starlight/components/SkipLink.astro";
---

<!-- Google Tag Manager (noscript) -->
Expand Down

0 comments on commit c027a57

Please sign in to comment.