Merge branch 'master' into master

This commit is contained in:
Alexander 2023-12-19 14:06:57 +07:00 committed by GitHub
commit 3ee12e2a6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 2986 additions and 1825 deletions

View file

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