mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
about: use dev branch.
This commit is contained in:
parent
7d94ee603d
commit
1bf588511a
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
||||||
if (this.about === '') {
|
if (this.about === '') {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
this.$http
|
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) => {
|
.then((res) => {
|
||||||
return this.$http.post('https://api.github.com/markdown', {
|
return this.$http.post('https://api.github.com/markdown', {
|
||||||
text: res.data,
|
text: res.data,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue