From 277d4de13b9f36db229e52851df54eb35a67a56a Mon Sep 17 00:00:00 2001 From: Kwazy <124801774+KwazyMotoo@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:05:08 -0600 Subject: [PATCH] Update uv.config.js --- static/uv/uv.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/uv/uv.config.js b/static/uv/uv.config.js index 57206e2b..2c362c11 100644 --- a/static/uv/uv.config.js +++ b/static/uv/uv.config.js @@ -1,6 +1,6 @@ self.__uv$config = { prefix: '/static/tiw/', - bare: 'https://phantomnetwork.cloud/bare/', + bare:'https://bare.benrogo.net', encodeUrl: Ultraviolet.codec.xor.encode, decodeUrl: Ultraviolet.codec.xor.decode, handler: '/static/uv/uv.handler.js',