Add GIVE_DOMAINS support with separate static directories

This commit is contained in:
Ian Gulliver
2026-01-17 08:04:39 -07:00
parent 19ed567819
commit 8b82e2a658
16 changed files with 322 additions and 23 deletions

6
static/give/favicon.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect x="10" y="25" width="80" height="50" rx="5" fill="#FEDE02"/>
<circle cx="10" cy="50" r="8" fill="#fff"/>
<circle cx="90" cy="50" r="8" fill="#fff"/>
<line x1="30" y1="25" x2="30" y2="75" stroke="#fff" stroke-width="2" stroke-dasharray="4,4"/>
</svg>

After

Width:  |  Height:  |  Size: 327 B