We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7e04cf + ec1f55f commit e35df5aCopy full SHA for e35df5a
pwa/app/(con)/[locale]/con/2023/components/HomePage.tsx
@@ -122,7 +122,7 @@ const HomePage = ({ speakers, partners }: HomePageProps) => {
122
<Button
123
className="mx-auto mb-10"
124
external
125
- to="https://www.youtube.com/playlist?list=PL3hoUDjLa7eSo7-CAyiirYfhJe4h_Wxs4"
+ to="https://www.youtube.com/playlist?list=PL3hoUDjLa7eQfYOEmuQNG8he3AeOeWaz8"
126
>
127
{t("missing_conferences.watch_the_conferences")}
128
</Button>
@@ -146,4 +146,6 @@ const HomePage = ({ speakers, partners }: HomePageProps) => {
146
);
147
};
148
149
+export const revalidate = 43200;
150
+
151
export default HomePage;
0 commit comments