Skip to content

Commit

Permalink
chore(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Feb 6, 2024
1 parent d3da5e9 commit 90bee0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import LatestArticles from '@components/organisms/latestArticles/LatestArticles.
// todo: dynamic content
// todo: theme toggle*
// todo: breadcrumbs
// todo: check SEO (script etc=
// todo: check SEO (script etc)
// todo: sort css props
// todo: cookies and acceptance
// todo: custom view transitions (are working) (https://www.smashingmagazine.com/2024/01/view-transitions-api-ui-animations-part2/)
// todo: theme toggle*
Expand Down
3 changes: 1 addition & 2 deletions src/ui/components/organisms/siteHead/SiteHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props as
<script
type="text/partytown"
src=`https://www.googletagmanager.com/gtag/js?id=${import.meta.env.VITE_PUBLIC_GOOGLE_ANALYTICS_ID}`
>
</script>
></script>
<script type="text/partytown">
window.dataLayer = window.dataLayer || [];

Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"target": "esnext",
"module": "esnext",
"jsxImportSource": "react",
"jsx": "react-jsx",
},
"jsx": "react-jsx"
}
}

0 comments on commit 90bee0c

Please sign in to comment.