mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-05 23:16:57 -06:00
Extend index page to 60 second revalidate
Main reason is because the edge requests are kinda spending a lot more bandwidth than I should be allowing. I assume due to updown.io
This commit is contained in:
@@ -34,7 +34,7 @@ export async function getStaticProps(): Promise<
|
||||
{ text: "Resume", href: resumeUrl },
|
||||
],
|
||||
},
|
||||
revalidate: 60 * 10,
|
||||
revalidate: 60 * 60,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user