Custom Homepage for Groups

Hello, You can achieve it like this :arrow_down_small:

It will override the logo url to /latest.

<script type="text/discourse-plugin" version="1.3.0">
  api.changeWidgetSetting('home-logo', 'href', '/latest')
</script>
3 Likes