Skip to content

Commit 6d854ef

Browse files
authored
Update the prism landing page redirect (#217)
Signed-off-by: Pete Cheslock <pete.cheslock@redhat.com>
1 parent 0a8ad24 commit 6d854ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

static/prism/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta http-equiv="refresh" content="2; url=https://prism-369234493812.us-central1.run.app/">
7-
<link rel="canonical" href="https://prism-369234493812.us-central1.run.app/">
6+
<meta http-equiv="refresh" content="2; url=https://prism-551003848936.us-central1.run.app/">
7+
<link rel="canonical" href="https://prism-551003848936.us-central1.run.app/">
88

99
<!-- Page title and meta information -->
1010
<title>Redirecting to Prism</title>
@@ -15,7 +15,7 @@
1515
<meta property="og:title" content="Prism">
1616
<meta property="og:description" content="Redirecting to the Prism app">
1717
<meta property="og:type" content="website">
18-
<meta property="og:url" content="https://prism-369234493812.us-central1.run.app/">
18+
<meta property="og:url" content="https://prism-551003848936.us-central1.run.app/">
1919

2020
<!-- Twitter Card tags -->
2121
<meta name="twitter:card" content="summary">
@@ -105,7 +105,7 @@ <h1>Redirecting to Prism</h1>
105105
</div>
106106

107107
<p>
108-
<a href="https://prism-369234493812.us-central1.run.app/" id="fallback-link" class="redirect-link">
108+
<a href="https://prism-551003848936.us-central1.run.app/" id="fallback-link" class="redirect-link">
109109
Click here if you are not redirected automatically
110110
</a>
111111
</p>
@@ -114,14 +114,14 @@ <h1>Redirecting to Prism</h1>
114114
<p><strong>If the redirect doesn't work:</strong></p>
115115
<p>Please copy and paste this URL into your browser:</p>
116116
<p id="manual-url" style="word-break: break-all; font-family: monospace; background: #f8f9fa; padding: 10px; border-radius: 4px;">
117-
https://prism-369234493812.us-central1.run.app/
117+
https://prism-551003848936.us-central1.run.app/
118118
</p>
119119
</div>
120120
</div>
121121

122122
<!-- Progressive enhancement: countdown timer and JS redirect -->
123123
<script>
124-
var REDIRECT_URL = 'https://prism-369234493812.us-central1.run.app/';
124+
var REDIRECT_URL = 'https://prism-551003848936.us-central1.run.app/';
125125
let timeLeft = 2;
126126
const countdownElement = document.getElementById('countdown');
127127
const messageElement = document.getElementById('redirect-message');

0 commit comments

Comments
 (0)