Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Update uv.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Sep 17, 2023
1 parent b6932e6 commit 6170c44
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions public/uv/uv.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*global Ultraviolet*/
// This file overwrites the stock UV config.js

self.__uv$config = {
prefix: '/service/',
bare: '/bare/',
prefix: "/uv/service/",
bare: "/bare/",
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/uv/uv.handler.js',
client: '/uv/uv.client.js',
bundle: '/uv/uv.bundle.js',
config: '/uv/uv.config.js',
sw: '/uv/uv.sw.js',
};
handler: "/uv/uv.handler.js",
bundle: "/uv/uv.bundle.js",
config: "/uv/uv.config.js",
sw: "/uv/uv.sw.js",
};

0 comments on commit 6170c44

Please sign in to comment.