Skip to content

Commit

Permalink
add FontPreload to Skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Dec 29, 2024
1 parent b52bebe commit 2b3570f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { IsomerPageSchemaType } from "~/engine"
import {
DatadogRum,
FontPreload,
Footer,
GoogleTagManagerBody,
GoogleTagManagerHeader,
Expand Down Expand Up @@ -33,6 +34,8 @@ export const Skeleton = ({

return (
<>
<FontPreload />

{shouldIncludeGTM && (
<GoogleTagManagerHeader
siteGtmId={site.siteGtmId}
Expand Down

0 comments on commit 2b3570f

Please sign in to comment.