Closed ray5273 closed 1 month ago
[class*='iconExternalLink_'] {
display: none;
}
custom.css에 이거 추가하면 됨
/*
Add a custom icon for sidebar confluence links
*/
[class*='iconExternalLink_'] {
display: none;
}
.external-link-icon > a::before {
background: url('/static/img/external-link-light-grey.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
https://github.com/facebook/docusaurus/discussions/8547