chore: remove draft frontmatter
This commit is contained in:
parent
a9352d5404
commit
65a962615a
244 changed files with 2 additions and 246 deletions
|
@ -2,7 +2,6 @@
|
|||
date: '2022-05-23'
|
||||
title: 'Simple data fetching with custom React hooks and SWR'
|
||||
description: "My site was scaffolded out using Timothy Lin's tailwind-nextjs-starter-blog project (which I highly recommend checking out). As part of the build out I wanted to display the books I'm currently reading and the song I most recently listened to, data available from Oku and Last.fm, respectively."
|
||||
draft: false
|
||||
tags: [SWR, API, fetch, React, Next.js]
|
||||
---
|
||||
|
||||
|
|
Reference in a new issue