Commit 317615fd authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

web: remove unused code

parent a3ec1ec2
import { Octokit } from '@octokit/rest'
import { redirect } from 'next/navigation' import { redirect } from 'next/navigation'
const octokit = new Octokit()
export default async function Download() { export default async function Download() {
const res = await fetch('https://api.github.com/repos/jmorganca/ollama/releases', { next: { revalidate: 60 } }) const res = await fetch('https://api.github.com/repos/jmorganca/ollama/releases', { next: { revalidate: 60 } })
const data = await res.json() const data = await res.json()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment