feat: update default vertd url

This commit is contained in:
not-nullptr 2025-02-22 20:42:51 +00:00
parent b938dd0578
commit 51ead0aada
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ export class Settings {
public settings: ISettings = $state({
filenameFormat: "VERT_%name%",
plausible: true,
vertdURL: "",
plausible: true,
vertdURL: "https://vertd.vert.sh",
vertdSpeed: "slow",
});