Previous version made GPDR-friendly

This commit is contained in:
2025-08-18 16:06:37 +02:00
commit fa64b62d5a
357 changed files with 10137 additions and 0 deletions

5
src/service-worker.njk Normal file
View File

@@ -0,0 +1,5 @@
---
permalink: '/service-worker.js'
---
const VERSION = '{{ global.random() }}';
{% include "partials/global/service-worker.js" %}