Update uv.config.js
This commit is contained in:
parent
54cef44653
commit
18035fb9d5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
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',
|
||||||
bundle: '/uv.bundle.js',
|
bundle: '/uv.bundle.js',
|
||||||
config: '/uv.config.js',
|
config: '/uv.config.js',
|
||||||
sw: '/uv.sw.js',
|
sw: '/uv.sw.js',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue