Skip to content

Commit

Permalink
Bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
accessgames authored Nov 29, 2023
1 parent f3e6413 commit c03a519
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions uv/uv.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
self.__uv$config = {
bare: '/bare/',
prefix: '/service/',
bare: 'https://placeholder.url/bare',
encodeUrl: Ultraviolet.codec.plain.encode,
decodeUrl: Ultraviolet.codec.plain.decode,
handler: '/uv/uv.handler.js',
bundle: '/uv/uv.bundle.js',
config: '/uv/uv.config.js',
index: 'index.js',
sw: '/uv/uv.sw.js',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/uv.handler.js',
bundle: '/uv.bundle.js',
config: '/uv.config.js',
};

0 comments on commit c03a519

Please sign in to comment.