https://velog.io/@dev_leewoooo/Node-Project-CI-%ED%95%98%EA%B8%B0-with-Github-Action
CI 적용하기
{/Instagram/g.test(useragent) ? (
<a href={test.current} target="_blank" download rel="noreferrer">
<Img src={images.result} alt={title} w="100%" h="auto" />
</a>
) : (
<Img src={images.result} alt={title} w="100%" h="auto" />
)}
이런 방식으로 이스케이프는 가능함. 근데 이게 맞나?