mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-28 21:15:48 -04:00
fix page/note title color
This commit is contained in:
@@ -108,8 +108,8 @@ export const getStaticProps: GetStaticProps = async () => {
|
||||
`,
|
||||
{
|
||||
username: authorSocial.github,
|
||||
limit: 12,
|
||||
sort: "STARGAZERS",
|
||||
limit: 12,
|
||||
headers: {
|
||||
authorization: `token ${process.env.GH_PUBLIC_TOKEN}`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user