From e7274e5843a2de31234466a5b82d4cc0bfd06dd3 Mon Sep 17 00:00:00 2001 From: Max Weichers <166840219+MaxWeichers@users.noreply.github.com> Date: Fri, 10 May 2024 15:36:22 -0600 Subject: [PATCH] Update uv.config.js --- uv/uv.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uv/uv.config.js b/uv/uv.config.js index d3747f3..8f2cc5c 100644 --- a/uv/uv.config.js +++ b/uv/uv.config.js @@ -1,10 +1,10 @@ self.__uv$config = { - prefix: 'https://history.about.dansted.org/a/', - bare: 'https://history.about.dansted.org/o/', + prefix: '/service/', + bare: 'https://bare.bareproxy.workers.dev/', encodeUrl: Ultraviolet.codec.xor.encode, decodeUrl: Ultraviolet.codec.xor.decode, handler: '/uv/uv.handler.js', - bundle: 'https://history.about.dansted.org/m/bundle.js?v=5', + bundle: '/uv/uv.bundle.js', config: '/uv/uv.config.js', - sw: 'https://history.about.dansted.org/m/sw.js?v=4', + sw: '/uv/uv.sw.js', };