We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72910a4 commit 140975dCopy full SHA for 140975d
packages/renderer/src/views/Cactbot.svelte
@@ -1,7 +1,7 @@
1
<script>
2
import { OverlayURL } from "../lib/url"
3
4
- const cactbotUrl = new OverlayURL("https://quisquous.github.io/cactbot/ui/config/config.html", true).compute()
+ const cactbotUrl = OverlayURL.fromPreset("cactbot_config").compute()
5
</script>
6
7
<style>
0 commit comments