chore: remove draft frontmatter

This commit is contained in:
Cory Dransfeldt 2024-01-13 11:59:58 -08:00
parent a9352d5404
commit 65a962615a
No known key found for this signature in database
244 changed files with 2 additions and 246 deletions

View file

@ -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]
---