Skip to content

Commit f32493e

Browse files
jsdelivrbotfabienjuif
authored andcommitted
♻️ use jsDelivr instead of RawGit (cdn)
1 parent 0eb07b0 commit f32493e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

react/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1">
55
<meta charset="utf-8">
66
<title>🐲 alakarte • TodoMVC</title>
7-
<link rel="stylesheet" href="https://rawgit.com/tastejs/todomvc-app-css/v2.0.0/index.css">
7+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tastejs/todomvc-app-css@v2.0.0/index.css">
88
</head>
99

1010
<body>

react/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1">
55
<meta charset="utf-8">
66
<title>🐲 alakarte • TodoMVC</title>
7-
<link rel="stylesheet" href="https://rawgit.com/tastejs/todomvc-app-css/v2.0.0/index.css">
7+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tastejs/todomvc-app-css@v2.0.0/index.css">
88
</head>
99

1010
<body>

0 commit comments

Comments
 (0)