Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit a022443

Browse files
Update post.html
Adjust the discourse server URL.
1 parent 195f047 commit a022443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>{{ page.title }}</h1>
1616
<div id="discourse-comments"></div>
1717

1818
<script type="text/javascript">
19-
DiscourseEmbed = { discourseUrl: 'https://community.mypaint.org/',
19+
DiscourseEmbed = { discourseUrl: 'https://community.mypaint.app/',
2020
{% if page.discourseID %}topicId: {{page.discourseID}}
2121
{% else %}discourseEmbedUrl: '{{site.url}}{{page.url}}'{% endif %} };
2222

0 commit comments

Comments
 (0)