Skip to content

Commit

Permalink
widget fix attempt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Mar 1, 2025
1 parent f55763e commit 148145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Document() {
return (
<Html lang="en">
<Head>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="openweightlifting" data-description="Support us on Buy me a coffee!" data-message="" data-color="#00B0F0" data-position="Right" data-x_margin="18" data-y_margin="18" async />
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="openweightlifting" data-description="Support us on Buy me a coffee!" data-message="" data-color="#00B0F0" data-position="Right" data-x_margin="18" data-y_margin="18" defer />
</Head>
<title>OpenWeightlifting</title>
<body className="min-h-screen bg-background font-sans antialiased">
Expand Down

0 comments on commit 148145b

Please sign in to comment.