mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Stop using the cache busting config loader
This commit is contained in:
parent
f27abb1421
commit
9964f1ab14
@ -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" />
|
||||
|
@ -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" />
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user