refactor: move to bun #19

Closed
philipp wants to merge 29 commits from bun into dev
2 changed files with 4 additions and 4 deletions
Showing only changes of commit c13fb48b4b - Show all commits

View File

@ -10,7 +10,7 @@
<link
rel="preload"
as="image"
href="https://barcodeapi.org/api/8/12345670?"
href="{{barcode_url}}"
/>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta name="x-apple-disable-message-reformatting" />
@ -203,7 +203,7 @@
<img
title="Dein Registrierungs-Code"
alt="Dein Registrierungs-Code"
src="https://barcodeapi.org/api/8/12345670?"
src="{{barcode_url}}"
style="
display: block;
outline: none;

View File

@ -10,7 +10,7 @@
<link
rel="preload"
as="image"
href="https://barcodeapi.org/api/8/12345670?"
href="{{barcode_url}}"
/>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta name="x-apple-disable-message-reformatting" />
@ -202,7 +202,7 @@
<img
title="Your registration code"
alt="Your registration code"
src="https://barcodeapi.org/api/8/12345670?"
src="{{barcode_url}}"
style="
display: block;
outline: none;