change repo for deploy
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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]) => ({
|
||||
|
||||
Reference in New Issue
Block a user