Update uv.config.js
This commit is contained in:
parent
54cef44653
commit
18035fb9d5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
self.__uv$config = {
|
self.__uv$config = {
|
||||||
prefix: '/sw/',
|
prefix: '/sw/',
|
||||||
bare: 'https://incog.dev/bare/',
|
bare: '/bare/',
|
||||||
encodeUrl: Ultraviolet.codec.xor.encode,
|
encodeUrl: Ultraviolet.codec.xor.encode,
|
||||||
decodeUrl: Ultraviolet.codec.xor.decode,
|
decodeUrl: Ultraviolet.codec.xor.decode,
|
||||||
handler: '/uv.handler.js',
|
handler: '/uv.handler.js',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue