Skip to content

Commit 3027c72

Browse files
committed
tests(test-static-url-list): expand prefetch URL paths
1 parent 1da37f4 commit 3027c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-static-url-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<script src="../dist/quicklink.umd.js"></script>
2020
<script>
2121
quicklink({
22-
urls: ['2.html','4.html']
22+
urls: ['http://127.0.0.1:8080/test/2.html','http://127.0.0.1:8080/test/4.html']
2323
});
2424
</script>
2525
</body>

0 commit comments

Comments
 (0)