feat: integrate with bunny.net cdn for images

This commit is contained in:
2026-09-05 10:47:00 +02:00
parent 8f421da599
commit 0e6a65dfa0
3 changed files with 78 additions and 1 deletions
@@ -0,0 +1,10 @@
config.tx_replacer {
enable_regex = 1
search {
10 = /"\/?(fileadmin|typo3temp|uploads)/
}
replace {
10 = "https://cdn.ep-reisen.de/$1
}
}