about: use dev branch.
This commit is contained in:
parent
7d94ee603d
commit
1bf588511a
@ -147,7 +147,7 @@
|
||||
if (this.about === '') {
|
||||
this.loading = true
|
||||
this.$http
|
||||
.get<string>('https://raw.githubusercontent.com/m1k1o/neko/master/docs/README.md')
|
||||
.get<string>('https://raw.githubusercontent.com/m1k1o/neko/dev/README.md')
|
||||
.then((res) => {
|
||||
return this.$http.post('https://api.github.com/markdown', {
|
||||
text: res.data,
|
||||
|
Reference in New Issue
Block a user