Skip to content

Commit

Permalink
set to 3600 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
typeling1578 committed Nov 25, 2024
1 parent f1647c3 commit 0596e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[lang]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const getHeroProps = async (lang: Locale) => {
const getFirstTwoArticles = async (top: number = 2) => {
const res = await fetch(
'https://wpapi.ablaze.one/?home=https://blog.ablaze.one/&categories=45',
{ next: { revalidate: 1800 } }
{ next: { revalidate: 3600 } }
);
const articles = (await res.json()).items;
let result: ArticleResponse[] = [];
Expand Down

0 comments on commit 0596e9a

Please sign in to comment.