AI 로봇 헤더 아이콘 교체

Oh, and is there a way to change the icon used in the header? I have an SVG I’d like to replace it with.

Here’s a couple topics about replacing icons:

포럼 테마 컴포넌트의 head_tag에서 이 코드를 사용합니다.

<script type="text/discourse-plugin" version="0.8">  
  api.replaceIcon('robot', 'rocket');
</script>

관리자 설정의 아이콘 설정(svg icon subset)에 로드해야 할 수도 있습니다.

이제 fontawesome 6를 사용하게 되었습니다.


수정: 이 부분은 새로운 템플릿에 맞게 업데이트가 필요합니다.