mirror of https://github.com/VERT-sh/VERT.git
feat: update default vertd url
This commit is contained in:
parent
b938dd0578
commit
51ead0aada
|
@ -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",
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue