forked from mirrors/amnezia-wg-easy
change repo for deploy
This commit is contained in:
parent
0b685bdf0d
commit
13aa9991fd
6 changed files with 18 additions and 18 deletions
|
@ -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]) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue