fixes to make settings page load after merge
This commit is contained in:
parent
7c0df5cf0e
commit
79ef3f87e5
2 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@ const VersionTab = {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
frontendVersionLink () {
|
frontendVersionLink () {
|
||||||
return joinURL(this.frontendCommitUrl, this.frontendVersion)
|
return pleromaFeCommitUrl + this.frontendVersion
|
||||||
},
|
},
|
||||||
backendVersionLink () {
|
backendVersionLink () {
|
||||||
return joinURL(this.backendCommitUrl, extractCommit(this.backendVersion))
|
return pleromaBeCommitUrl + extractCommit(this.backendVersion)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -84,8 +84,8 @@ const defaultState = {
|
||||||
conversationOtherRepliesButton: 'below',
|
conversationOtherRepliesButton: 'below',
|
||||||
conversationTreeFadeAncestors: false,
|
conversationTreeFadeAncestors: false,
|
||||||
maxDepthInThread: 6,
|
maxDepthInThread: 6,
|
||||||
backendCommitUrl: 'https://akkoma.dev/AkkomaGang/akkoma/commit/',
|
backendCommitUrl: 'https://iceshrimp.dev/iceshrimp/akkoma-fe/commit/',
|
||||||
frontendCommitUrl: 'https://akkoma.dev/AkkomaGang/pleroma-fe/commit/',
|
frontendCommitUrl: 'https://iceshrimp.dev/iceshrimp/Iceshrimp.NET/commit/',
|
||||||
|
|
||||||
// Nasty stuff
|
// Nasty stuff
|
||||||
customEmoji: [],
|
customEmoji: [],
|
||||||
|
|
Loading…
Add table
Reference in a new issue