Description
description
I want to add a link to /icons to show the way how to find a served icon for an coder application.
- name: CODER_SUPPORT_LINKS
value: >
[
{"name": "Coder Wiki", "target": "https://wiki.local/Coder", "icon": "bug"},
{"name": "Coder Icons", "target": "/icons", "icon": "bug"}
]
Problem
The relative path expands to user context.
https://coder.com/@SomeUser/icons
Solution
The path should be relative. E.g.