Skip to content

Commit

Permalink
CDN is taking too long to update
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Feb 5, 2024
1 parent 5f7b439 commit 18d9a67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<title>Quick and Dirty Testing for Surreal</title>
<!-- ... or add as inline <script> ! -->
<script src="https://cdn.jsdelivr.net/gh/gnat/surreal/surreal.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/gh/gnat/surreal/surreal.js"></script> -->
<script src="surreal.js"></script> <!-- jsdeliver is taking too long to update -->
<link rel="stylesheet" href="tests/reset.css?12" /> <!-- NOTE: You can remove "?11" it is only for cache-busting on github. -->
<meta http-equiv="cache-control" content="no-cache" />
</head>
Expand Down

0 comments on commit 18d9a67

Please sign in to comment.