Update uv.config.js

This commit is contained in:
Caracal.js 2022-02-24 16:51:55 -05:00 committed by GitHub
parent 54cef44653
commit 18035fb9d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
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',