Merge branch 'master' of https://github.com/gabek/owncast
This commit is contained in:
@@ -47,13 +47,10 @@ async function setupApp() {
|
||||
const response = await fetch(pageContentFile);
|
||||
const descriptionMarkdown = await response.text()
|
||||
const descriptionHTML = new showdown.Converter().makeHtml(descriptionMarkdown);
|
||||
console.log(descriptionHTML)
|
||||
app.description = descriptionHTML;
|
||||
// Object.assign(this, configData);
|
||||
return this;
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
// No config file present. That's ok. It's not required.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user