Lo hice así en mi comunidad, agregándolo a un componente de tema:
<script type="text/discourse-plugin" version="0.8">
api.changeWidgetSetting('home-logo', 'href', 'https://mywebsite.com');
</script>
Lo hice así en mi comunidad, agregándolo a un componente de tema:
<script type="text/discourse-plugin" version="0.8">
api.changeWidgetSetting('home-logo', 'href', 'https://mywebsite.com');
</script>