diff --git a/uv.config.js b/uv.config.js index 0739017..8715bff 100644 --- a/uv.config.js +++ b/uv.config.js @@ -1,10 +1,10 @@ self.__uv$config = { prefix: '/sw/', - bare: 'https://incog.dev/bare/', + bare: '/bare/', encodeUrl: Ultraviolet.codec.xor.encode, decodeUrl: Ultraviolet.codec.xor.decode, handler: '/uv.handler.js', bundle: '/uv.bundle.js', config: '/uv.config.js', sw: '/uv.sw.js', -}; \ No newline at end of file +};