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

@ -514,7 +514,7 @@
href="https://emilenijssen.nl/?ref=wg-easy">Emile Nijssen</a> · Fork by <a target="_blank" class="hover:underline"
href="https://peterlew.is">Peter Lewis</a> · <a class="hover:underline"
href="https://github.com/sponsors/WeeJeWel" target="_blank">Donate to Emile</a> · <a class="hover:underline"
href="https://github.com/peterlewis/wg-easy" target="_blank">GitHub</a></p>
href="https://github.com/pheiduck/wg-easy" target="_blank">GitHub</a></p>
</div>

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]) => ({