Website + Bewerbungs-Postfach live deployed auf Cloudflare Workers (dogfather-universe.dogfather1608.workers.dev)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<rect width="64" height="64" rx="16" fill="#0a0c10"/>
|
||||
<text x="32" y="42" font-size="34" text-anchor="middle">🩵</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 194 B |
+1
-1
@@ -15,7 +15,7 @@
|
||||
// TODO: nach dem Deploy des Cloudflare Workers hier die Worker-URL ohne
|
||||
// abschließenden Slash eintragen, z.B.
|
||||
// "https://dogfather-universe-postfach.DEIN-ACCOUNT.workers.dev"
|
||||
const API_BASE_URL = "";
|
||||
const API_BASE_URL = "https://dogfather-universe-postfach.dogfather1608.workers.dev";
|
||||
|
||||
const CONTACT_EMAIL = "[email protected]"; // TODO: echte Kontakt-E-Mail eintragen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user