Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"} ]
The relative path expands to user context.
https://coder.com/@SomeUser/icons
The path should be relative. E.g.
https://coder.com/icons
The text was updated successfully, but these errors were encountered:
1c5a042
mtojek
Successfully merging a pull request may close this issue.
description
I want to add a link to /icons to show the way how to find a served icon for an coder application.
Problem
The relative path expands to user context.
https://coder.com/@SomeUser/icons
Solution
The path should be relative. E.g.
https://coder.com/icons
The text was updated successfully, but these errors were encountered: