mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
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,
|
||||
|
Loading…
Reference in New Issue
Block a user