Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 382 Bytes

File metadata and controls

12 lines (9 loc) · 382 Bytes

GitHub CDN

github에 등록된 js파일을 cdn으로 사용해보자

// <script src="https://cdn.jsdelivr.net/gh/[username]/[repository]@[branch-name]/[path]/[file-name.js]"></script>
// 레포지토리 구조가 변경됨에 따라 동작하지 않을 수도 있음
<script src="https://cdn.jsdelivr.net/gh/museloper/jsf@main/numbers.js"></script>