change repo for deploy

This commit is contained in:
Philip H. 2023-11-03 20:21:17 +00:00
parent 0b685bdf0d
commit 13aa9991fd
6 changed files with 18 additions and 18 deletions

View file

@ -270,7 +270,7 @@ new Vue({
Promise.resolve().then(async () => {
const currentRelease = await this.api.getRelease();
const latestRelease = await fetch('https://peterlewis.github.io/wg-easy/changelog.json')
const latestRelease = await fetch('https://pheiduck.github.io/wg-easy/changelog.json')
.then((res) => res.json())
.then((releases) => {
const releasesArray = Object.entries(releases).map(([version, changelog]) => ({