# 我能更改主标志的URL吗？

**URL:** <https://meta.discourse.org/t/can-i-change-the-url-of-the-main-logo/186127>\
**Category:** Development\
**Created:** [2021年四月8日 19:17 UTC](https://meta.discourse.org/t/can-i-change-the-url-of-the-main-logo/186127 "2021-04-08T19:17:14Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)\
**Post date:** [2021年四月8日 19:52 UTC](https://meta.discourse.org/t/can-i-change-the-url-of-the-main-logo/186127/2 "2021-04-08T19:52:43Z")

</div>

> [@rodypl](#):
>
> 我希望将徽标指向 `forum.example.com/latest` 而不是 `forum.mysite.com`，该如何操作？

在主题中，以下代码应可生效：

```plaintext
<script type="text/discourse-plugin" version="0.4">
    api.changeWidgetSetting('home-logo', 'href', '/latest')
</script>

```

---

_[View the full topic](https://meta.discourse.org/t/can-i-change-the-url-of-the-main-logo/186127)._
