mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Update page.tsx
This commit is contained in:
parent
2ebc9e18cd
commit
ce33c88763
@ -10,6 +10,8 @@ export const metadata = {
|
|||||||
description: 'Here\'s a selection of academic and personal projects that I have worked on. Many of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.'
|
description: 'Here\'s a selection of academic and personal projects that I have worked on. Many of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const revalidate = 0
|
||||||
|
|
||||||
export default async function Projects() {
|
export default async function Projects() {
|
||||||
const pinnedRepos = (await getPinnedRepos()).sort((a, b) => b.stargazerCount - a.stargazerCount)
|
const pinnedRepos = (await getPinnedRepos()).sort((a, b) => b.stargazerCount - a.stargazerCount)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user