メインロゴのURLを変更することは可能ですか?

コミュニティではこのように行い、テーマコンポーネントに追加しました:

<script type="text/discourse-plugin" version="0.8">
  api.changeWidgetSetting('home-logo', 'href', 'https://mywebsite.com');
</script>