merge
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 28s

This commit is contained in:
isUnknown 2025-12-12 13:08:02 +01:00
parent bb215b04da
commit 10660e92bb
3 changed files with 36 additions and 1 deletions

View file

@ -0,0 +1,19 @@
{
"permissions": {
"allow": [
"WebFetch(domain:developers.brevo.com)",
"WebSearch",
"WebFetch(domain:getkirby.com)",
"Bash(mkdir:*)",
"Bash(composer require:*)",
"Bash(composer config:*)",
"Bash(git checkout:*)",
"WebFetch(domain:docs.snipcart.com)",
"WebFetch(domain:www.mondialrelay.fr)",
"WebFetch(domain:storage.mondialrelay.fr)",
"WebFetch(domain:jsfiddle.net)"
],
"deny": [],
"ask": []
}
}

10
.gitignore vendored
View file

@ -23,4 +23,12 @@ dist-ssr
*.sln
*.sw?
.claude
<<<<<<< HEAD
.claude
=======
# Variables d'environnement Brevo
api/.env
# Guide d'intégration (contient des informations sensibles)
GUIDE-INTEGRATION-MONDIAL-RELAY.md
>>>>>>> 2f3af0e (product images : use first image as cover, integrate gallery structure and preserve files sorting)

8
api/cache/donorbox_data.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"total_raised": "7784.93",
"goal_amt": "50000.0",
"currency": "eur",
"donations_count": 123,
"campaign_name": "Soutenez Index avant le 31 d\u00e9cembre 2025 !",
"updated_at": "2025-12-02T11:55:25+00:00"
}