switch to master branch.

This commit is contained in:
Miroslav Šedivý 2021-10-16 20:29:22 +02:00
parent 04840727bb
commit b516da2e97
3 changed files with 5 additions and 5 deletions

View file

@ -147,7 +147,7 @@
this.loading = true
try {
const res = await this.$http.get<string>('https://raw.githubusercontent.com/m1k1o/neko/dev/README.md')
const res = await this.$http.get<string>('https://raw.githubusercontent.com/m1k1o/neko/master/README.md')
const res2 = await this.$http.post('https://api.github.com/markdown', {
text: res.data,
mode: 'gfm',