Skip to content

Commit

Permalink
Update uv.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWeichers authored May 10, 2024
1 parent fbcf5f2 commit e7274e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions uv/uv.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
self.__uv$config = {
prefix: 'https://history.about.dansted.org/a/',
bare: 'https://history.about.dansted.org/o/',
prefix: '/service/',
bare: 'https://bare.bareproxy.workers.dev/',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/uv/uv.handler.js',
bundle: 'https://history.about.dansted.org/m/bundle.js?v=5',
bundle: '/uv/uv.bundle.js',
config: '/uv/uv.config.js',
sw: 'https://history.about.dansted.org/m/sw.js?v=4',
sw: '/uv/uv.sw.js',
};

0 comments on commit e7274e5

Please sign in to comment.