Revelav3/public/uv/uv.config.js
MotorTruck1221 4f67411488 Fixes
This fixes the service worker not registering, and the config for UV
2023-12-21 01:22:57 -07:00

11 lines
293 B
JavaScript

self.__uv$config = {
prefix: "/go/",
bare: "/bare/",
encodeUrl: Ultraviolet.codec.plain.encode,
decodeUrl: Ultraviolet.codec.plain.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"
};