Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
niltor committed Apr 1, 2024
2 parents 7a914a0 + 04eb0d4 commit 784dc33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions WebApp/js/markdown.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
document.addEventListener('DOMContentLoaded', function () {

// support mermaind
if (mermaid) {
if (typeof mermaid !== 'undefined') {
mermaid.initialize({ startOnLoad: true });
}

Expand Down
2 changes: 1 addition & 1 deletion webinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"Name": "My Blog",
"Description": "\uD83D\uDDFDto be a human",
"AuthorName": "NilTor",
"BaseHref": "/blazor-blog/"
"BaseHref": "/EasyBlog/"
}

0 comments on commit 784dc33

Please sign in to comment.