fix lightning
This commit is contained in:
parent
20a4c71d02
commit
496f2a5b43
@ -218,7 +218,6 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
<p style="margin: 0;">
|
<p style="margin: 0;">
|
||||||
Kleine Spenden zur Infrastruktur-Finanzierung nehme ich auch gerne an.
|
Kleine Spenden zur Infrastruktur-Finanzierung nehme ich auch gerne an.
|
||||||
Spenden werden bevorzugt per Lightning entgegengenommen!
|
Spenden werden bevorzugt per Lightning entgegengenommen!
|
||||||
<script type="module" src="https://esm.sh/simple-boost@latest"></script>
|
|
||||||
|
|
||||||
<div style="display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1rem;">
|
<div style="display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1rem;">
|
||||||
<simple-boost
|
<simple-boost
|
||||||
@ -255,7 +254,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<script type="module" src="https://esm.sh/simple-boost@latest"></script>
|
<script type="module" src={'/src/utils/simple-boost.ts'}></script>
|
||||||
|
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
|
||||||
|
2
src/utils/simple-boost.ts
Normal file
2
src/utils/simple-boost.ts
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// src/scripts/simple-boost.ts
|
||||||
|
import 'simple-boost'; // registers <simple-boost>
|
Loading…
x
Reference in New Issue
Block a user