From f8898110f4aa32c5384af605e727bfea9b0bd2de Mon Sep 17 00:00:00 2001 From: soyouzpanda Date: Fri, 24 Jan 2025 15:58:44 +0100 Subject: [PATCH] fix(dev): Fixed dev reserve proxy to calendars --- rollup.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rollup.config.js b/rollup.config.js index 6e37909..bc31c69 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -103,6 +103,10 @@ export default { { from: '/cal/frama-agenda', to: 'https://framagenda.org/remote.php/dav/public-calendars/' + }, + { + from: '/cal/dgnum-nc', + to: 'https://cloud.dgnum.eu/remote.php/dav/public-calendars/' } ], port: 5000