[U] Update URL
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ export default class About extends Vue
|
|||||||
mounted(): void
|
mounted(): void
|
||||||
{
|
{
|
||||||
// Fetch readme
|
// Fetch readme
|
||||||
fetch(`${hosts.content}/profile-readme.md`).then(it => it.text())
|
fetch(`${hosts.content}/README.md`).then(it => it.text())
|
||||||
.then(it => this.html = marked(parseExtensions(it.replace(emojiRegex(), (emoji) => {
|
.then(it => this.html = marked(parseExtensions(it.replace(emojiRegex(), (emoji) => {
|
||||||
return `<span class="emoji">${emoji}</span>`
|
return `<span class="emoji">${emoji}</span>`
|
||||||
}))))
|
}))))
|
||||||
|
|||||||
Reference in New Issue
Block a user