Skip to content

Commit

Permalink
hotfix: add file extension to jam js url
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Oct 29, 2024
1 parent 16c6a20 commit c20cbfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
<Script
async
defer
src="https://js.jam.dev/support/d00eb75d-44cf-48af-a274-ae7c828bb08e"
src="https://js.jam.dev/support/d00eb75d-44cf-48af-a274-ae7c828bb08e.js"
/>
)}
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MyDocument extends Document {
<Script
async
defer
src="https://js.jam.dev/support/d00eb75d-44cf-48af-a274-ae7c828bb08e"
src="https://js.jam.dev/support/d00eb75d-44cf-48af-a274-ae7c828bb08e.js"
/>
</>
)}
Expand Down

0 comments on commit c20cbfa

Please sign in to comment.