Skip to content

Commit ccd69cc

Browse files
committed
fix: switch to new domain
1 parent 577674d commit ccd69cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
99
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic|Roboto+Mono:400,500|Material+Icons" rel="stylesheet">
10-
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js"></script>
10+
<script src="https://polyfill-fastly.io/polyfill/v3/polyfill.min.js"></script>
1111
</head>
1212
<body>
1313
<header class="header">

test/test-case-inactive.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
99
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic|Roboto+Mono:400,500|Material+Icons" rel="stylesheet">
10-
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js"></script>
10+
<script src="https://polyfill-fastly.io/polyfill/v3/polyfill.min.js"></script>
1111
</head>
1212
<body>
1313
<header class="header">

0 commit comments

Comments
 (0)