fixes to make settings page load after merge

This commit is contained in:
notfire 2025-03-12 00:01:02 -04:00
parent 7c0df5cf0e
commit 79ef3f87e5
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16
2 changed files with 4 additions and 4 deletions

View file

@ -15,10 +15,10 @@ const VersionTab = {
},
computed: {
frontendVersionLink () {
return joinURL(this.frontendCommitUrl, this.frontendVersion)
return pleromaFeCommitUrl + this.frontendVersion
},
backendVersionLink () {
return joinURL(this.backendCommitUrl, extractCommit(this.backendVersion))
return pleromaBeCommitUrl + extractCommit(this.backendVersion)
}
}
}

View file

@ -84,8 +84,8 @@ const defaultState = {
conversationOtherRepliesButton: 'below',
conversationTreeFadeAncestors: false,
maxDepthInThread: 6,
backendCommitUrl: 'https://akkoma.dev/AkkomaGang/akkoma/commit/',
frontendCommitUrl: 'https://akkoma.dev/AkkomaGang/pleroma-fe/commit/',
backendCommitUrl: 'https://iceshrimp.dev/iceshrimp/akkoma-fe/commit/',
frontendCommitUrl: 'https://iceshrimp.dev/iceshrimp/Iceshrimp.NET/commit/',
// Nasty stuff
customEmoji: [],