Skip to content

Commit 721d00b

Browse files
Deploy preview for PR 126
1 parent 4bc274f commit 721d00b

File tree

13 files changed

+1762
-541
lines changed

13 files changed

+1762
-541
lines changed

pr-previews/126/DoodleBUGS-GSoC-2025-Report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<title>Redirect</title>
44
<script type="text/javascript">
5-
var redirects = {"":"../news/posts/DoodleBUGS-Introduction/index.html"};
5+
var redirects = {"":"../news/posts/DoodleBUGS-GSoC-2025-Report/index.html"};
66
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
77
var redirect = redirects[hash] || redirects[""] || "/";
88
window.document.title = 'Redirect to ' + redirect;

pr-previews/126/listings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
{
2121
"listing": "/news/index.html",
2222
"items": [
23+
"/news/posts/DoodleBUGS-GSoC-2025-Report/index.html",
2324
"/news/posts/DoodleBUGS-Introduction/index.html",
2425
"/news/posts/2025-07-25-newsletter-11/index.html",
2526
"/news/posts/2025-07-11-newsletter-10/index.html",

pr-previews/126/news/index.html

Lines changed: 58 additions & 24 deletions
Large diffs are not rendered by default.

pr-previews/126/news/index.xml

Lines changed: 305 additions & 187 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<script type="text/javascript">
5+
var redirects = {"":"../DoodleBUGS-GSoC-2025-Report/index.html"};
6+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
7+
var redirect = redirects[hash] || redirects[""] || "/";
8+
window.document.title = 'Redirect to ' + redirect;
9+
window.location.replace(redirect);
10+
</script>
11+
</head>
12+
<body>
13+
</body>
14+
</html>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<script type="text/javascript">
5+
var redirects = {"":"../DoodleBUGS-Introduction/index.html"};
6+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
7+
var redirect = redirects[hash] || redirects[""] || "/";
8+
window.document.title = 'Redirect to ' + redirect;
9+
window.location.replace(redirect);
10+
</script>
11+
</head>
12+
<body>
13+
</body>
14+
</html>
94.9 KB
Loading
287 KB
Loading

0 commit comments

Comments
 (0)