feat: add blog (#320)

This commit is contained in:
Divlo
2022-02-20 15:12:10 +01:00
parent 1505b81233
commit bcb184e49c
19 changed files with 5002 additions and 256 deletions
+6
View File
@@ -22,6 +22,12 @@ export const Interests: React.FC = () => {
})}
<InterestsList />
</div>
<style jsx global>{`
#__next {
display: block;
}
`}</style>
</>
)
}