We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9094f0d + 7a4172c commit 0a717b6Copy full SHA for 0a717b6
.github/FUNDING.yml
@@ -1,2 +1,3 @@
1
+buy_me_a_coffee: webdevnerdstuff
2
custom: ["paypal.me/webdevnerdstuff"]
3
patreon: webdevnerdstuff
.husky/pre-commit
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
-. "$(dirname -- "$0")/_/husky.sh"
4
npx lint-staged && npm run test:build
index.html
@@ -60,6 +60,19 @@
60
type="module"
61
src="/src/main.ts"
62
></script>
63
+
64
+ <script
65
+ data-name="BMC-Widget"
66
+ data-cfasync="false"
67
+ src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
68
+ data-id="webdevnerdstuff"
69
+ data-description="Support me on Buy me a coffee!"
70
+ data-message=""
71
+ data-color="#1976d2"
72
+ data-position="Right"
73
+ data-x_margin="18"
74
+ data-y_margin="18"
75
+></script>
76
</body>
77
78
</html>
0 commit comments