Stop using the cache busting config loader

This commit is contained in:
Felipe Knorr Kuhn 2022-10-16 15:19:44 -07:00
parent f27abb1421
commit 9964f1ab14
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A
3 changed files with 3 additions and 12 deletions

View File

@ -4,12 +4,9 @@
<head>
<meta charset="utf-8">
<title>mempool - Bisq Markets</title>
<script src="/resources/config.js"></script>
<base href="/">
<script>
document.write("<script src=\"/resources/config.js?v=" + new Date().getTime() + "\"><\/script>");
</script>
<meta name="description" content="The Mempool Open Source Project™ - Explore the full Bitcoin ecosystem.">
<meta property="og:image" content="https://bisq.markets/resources/bisq/bisq-markets-preview.png" />

View File

@ -4,12 +4,9 @@
<head>
<meta charset="utf-8">
<title>mempool - Liquid Network</title>
<script src="/resources/config.js"></script>
<base href="/">
<script>
document.write("<script src=\"/resources/config.js?v=" + new Date().getTime() + "\"><\/script>");
</script>
<meta name="description" content="The Mempool Open Source Project™ - Explore the full Bitcoin ecosystem.">
<meta property="og:image" content="https://liquid.network/resources/liquid/liquid-network-preview.png" />
<meta property="og:image:type" content="image/png" />

View File

@ -4,12 +4,9 @@
<head>
<meta charset="utf-8">
<title>mempool - Bitcoin Explorer</title>
<script src="/resources/config.js"></script>
<base href="/">
<script>
document.write("<script src=\"/resources/config.js?v=" + new Date().getTime() + "\"><\/script>");
</script>
<meta name="description" content="The Mempool Open Source Project™ - Explore the full Bitcoin ecosystem." />
<meta property="og:image" content="https://mempool.space/resources/mempool-space-preview.png" />
<meta property="og:image:type" content="image/png" />