We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5487efb commit 4e91653Copy full SHA for 4e91653
.github/workflows/nextjs.yml
@@ -80,4 +80,3 @@ jobs:
80
81
- name: Invalidate CloudFront Cache
82
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"
83
-
app/layout.tsx
@@ -112,8 +112,8 @@ export default function RootLayout({ children }: RootLayoutProps) {
112
</div>
113
</ThemeProvider>
114
<DefaultToaster />
115
+ <GoogleTagManager gtmId="GTM-5D69HVRJ" />
116
</body>
- <GoogleTagManager gtmId="GTM-5D69HVRJ" />
117
</html>
118
</>
119
);
0 commit comments