Skip to content

Commit e43d418

Browse files
authored
Merge pull request #285 from nextflow-io/summit-2025-hp-updates
Summit 2025 hp updates
2 parents 1089bc3 + 3145b50 commit e43d418

File tree

17 files changed

+114
-36
lines changed

17 files changed

+114
-36
lines changed

public/_redirects

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,25 @@
44
# Redirect to barcelona schedule/agenda
55
/2024/boston/agenda/ /2024/barcelona/agenda/ 301
66

7+
# Redirect 2024 paths
8+
/barcelona/* /2024/barcelona/:splat 301
9+
/boston/* /2024/boston/:splat 301
10+
11+
712
# Redirect 2023 paths
813
/barcelona/* /2023/barcelona/:splat 301
914
/boston/* /2023/boston/:splat 301
1015
/subscribe-2024 /2024/boston/register 301
1116

17+
18+
# 2024 - archive site proxy
19+
/2024/* https://nextflow-summit-2024.netlify.app/2024/:splat 200!
20+
1221
# 2023 - archive site proxy
1322
/2023/* https://nextflow-summit-2023.netlify.app/2023/:splat 200!
1423

1524
# 2022 - archive site proxy
1625
/2022/* https://nextflow-summit-2022.netlify.app/2022/:splat 200!
1726

27+
28+

src/components/SEO/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const siteTitle = "Nextflow SUMMIT 2024";
2-
const descDefault = `Join us at the Nextflow SUMMIT 2024 for the latest developments and innovations from the Nextflow world.`;
3-
import imgDefault from "./share-default.jpg";
1+
const siteTitle = "Nextflow SUMMIT 2025";
2+
const descDefault = `Join us at the Nextflow SUMMIT 2025 for the latest developments and innovations from the Nextflow world.`;
3+
import imgDefault from "./share-default.png";
44
import imgBoston from "./share-boston.png";
55
import imgBarcelona from "./share-barcelona.png";
66
const images = [imgDefault, imgBoston, imgBarcelona];
@@ -35,7 +35,7 @@ const SEO: React.FC<Props> = ({
3535
} else if (imgUrl) {
3636
shareImg = imgUrl;
3737
} else if (bcn) {
38-
shareImg = imgBarcelona.src;
38+
shareImg = imgDefault.src;
3939
} else {
4040
shareImg = imgDefault.src;
4141
}

src/components/SEO/share-boston.png

-394 KB
Loading

src/components/SEO/share-default.jpg

-107 KB
Binary file not shown.

src/components/SEO/share-default.png

279 KB
Loading

src/images/title-nextflow-summit.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)