|
@@ -3,6 +3,8 @@ import { redirect } from 'next/navigation'
|
|
|
|
|
|
const octokit = new Octokit()
|
|
const octokit = new Octokit()
|
|
|
|
|
|
|
|
+export const revalidate = 60
|
|
|
|
+
|
|
export default async function Download() {
|
|
export default async function Download() {
|
|
const { data } = await octokit.repos.getLatestRelease({
|
|
const { data } = await octokit.repos.getLatestRelease({
|
|
owner: 'jmorganca',
|
|
owner: 'jmorganca',
|