Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Aug 22, 2023
1 parent d746062 commit 08bd36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/gatsby-ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { GatsbySSR } from "gatsby"

const SITE_DOMAIN = `themes.lekoarts.de`
const PLAUSIBLE_DOMAIN = `plausible.io`
const SCRIPT_URI = `/js/plausible.js`
const SCRIPT_URI = `/js/script.js`

export const onRenderBody: GatsbySSR["onRenderBody"] = ({ setHeadComponents }) => {
setHeadComponents([
Expand Down

0 comments on commit 08bd36f

Please sign in to comment.