feat: servir les images via le CDN BunnyCDN

This commit is contained in:
2026-07-06 08:33:43 +04:00
parent 37121763a9
commit 58dd9297e0
7 changed files with 23 additions and 12 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ html.light-theme .theme-icon-light {
right: -5%;
width: 55%;
height: 100%;
background: url('/assets/images/logo-512x512.png') center / contain no-repeat;
background: url('https://organisationka.b-cdn.net/assets/images/logo-512x512.png') center / contain no-repeat;
opacity: 0.05;
pointer-events: none;
}