Skip to content

Commit e35df5a

Browse files
authored
Merge pull request #440 from api-platform/staging
MEP
2 parents b7e04cf + ec1f55f commit e35df5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pwa/app/(con)/[locale]/con/2023/components/HomePage.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const HomePage = ({ speakers, partners }: HomePageProps) => {
122122
<Button
123123
className="mx-auto mb-10"
124124
external
125-
to="https://www.youtube.com/playlist?list=PL3hoUDjLa7eSo7-CAyiirYfhJe4h_Wxs4"
125+
to="https://www.youtube.com/playlist?list=PL3hoUDjLa7eQfYOEmuQNG8he3AeOeWaz8"
126126
>
127127
{t("missing_conferences.watch_the_conferences")}
128128
</Button>
@@ -146,4 +146,6 @@ const HomePage = ({ speakers, partners }: HomePageProps) => {
146146
);
147147
};
148148

149+
export const revalidate = 43200;
150+
149151
export default HomePage;

0 commit comments

Comments
 (0)