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({
|
public settings: ISettings = $state({
|
||||||
filenameFormat: "VERT_%name%",
|
filenameFormat: "VERT_%name%",
|
||||||
plausible: true,
|
plausible: true,
|
||||||
vertdURL: "",
|
vertdURL: "https://vertd.vert.sh",
|
||||||
vertdSpeed: "slow",
|
vertdSpeed: "slow",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue