Skip to content

Commit

Permalink
fix: youtube playlist on 2023 con hp
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Jul 25, 2023
1 parent 7b1da91 commit 93f8ba0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pwa/app/(con)/[locale]/con/2023/components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const HomePage = ({ speakers, partners }: HomePageProps) => {
<Button
className="mx-auto mb-10"
external
to="https://www.youtube.com/playlist?list=PL3hoUDjLa7eSo7-CAyiirYfhJe4h_Wxs4"
to="https://www.youtube.com/playlist?list=PL3hoUDjLa7eQfYOEmuQNG8he3AeOeWaz8"
>
{t("missing_conferences.watch_the_conferences")}
</Button>
Expand All @@ -146,4 +146,6 @@ const HomePage = ({ speakers, partners }: HomePageProps) => {
);
};

export const revalidate = 720;

export default HomePage;

0 comments on commit 93f8ba0

Please sign in to comment.