Skip to content

Commit 4e91653

Browse files
committed
Update Next.js configuration and package lock file for GitHub Pages deployment
1 parent 5487efb commit 4e91653

File tree

3 files changed

+3373
-2666
lines changed

3 files changed

+3373
-2666
lines changed

.github/workflows/nextjs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@ jobs:
8080

8181
- name: Invalidate CloudFront Cache
8282
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"
83-

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ export default function RootLayout({ children }: RootLayoutProps) {
112112
</div>
113113
</ThemeProvider>
114114
<DefaultToaster />
115+
<GoogleTagManager gtmId="GTM-5D69HVRJ" />
115116
</body>
116-
<GoogleTagManager gtmId="GTM-5D69HVRJ" />
117117
</html>
118118
</>
119119
);

0 commit comments

Comments
 (0)