1
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:
2022-03-21 12:04:07 -04:00
parent 3a58931e79
commit 17776213e9
4 changed files with 70 additions and 60 deletions

View File

@ -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}`,
},
}