Skip to content

Commit

Permalink
Merge pull request #436 from euanwm/fix/bmac_widget
Browse files Browse the repository at this point in the history
widget fix attempt 4
  • Loading branch information
euanwm authored Mar 1, 2025
2 parents 41e4a2a + 2182de8 commit f55763e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import Script from 'next/script'
export default function Document() {
return (
<Html lang="en">
<Head />
<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 />
</Head>
<title>OpenWeightlifting</title>
<body className="min-h-screen bg-background font-sans antialiased">
<Main />
<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" />
<NextScript />
</body>
</Html>
Expand Down

0 comments on commit f55763e

Please sign in to comment.