mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:26:37 -04:00
add markdown icon to contact form tip
This commit is contained in:
@ -105,6 +105,7 @@ export const getStaticProps: GetStaticProps = async () => {
|
||||
sort: "STARGAZERS",
|
||||
limit: 12,
|
||||
headers: {
|
||||
accept: "application/vnd.github.v3+json",
|
||||
authorization: `token ${process.env.GH_PUBLIC_TOKEN}`,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user