From 39e12a2e70595d7a92a6993216a04e8bf8b8831c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Mon, 26 May 2025 16:52:08 +0200 Subject: [PATCH] chore: exclude changing assets from server push [skip ci] --- etc/Caddyfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/Caddyfile b/etc/Caddyfile index 472aeec..ed71bdb 100644 --- a/etc/Caddyfile +++ b/etc/Caddyfile @@ -15,11 +15,8 @@ wakapi.yourdomain.tld { @notapi not path_regexp "^/api.*" push @notapi /assets/vendor/source-sans-3.css - push @notapi /assets/css/app.dist.css push @notapi /assets/vendor/petite-vue.min.js push @notapi /assets/vendor/chart.min.js push @notapi /assets/vendor/iconify.basic.min.js - push @notapi /assets/js/icons.dist.js - push @notapi /assets/js/base.js push @notapi /assets/images/logo.svg }