Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 79bb658

Browse files
authored
Fix typo ;)
1 parent 2e878d2 commit 79bb658

File tree

1 file changed

+1
-1
lines changed
  • src/pages/building-the-tailwind-blog

1 file changed

+1
-1
lines changed

src/pages/building-the-tailwind-blog/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ We tried a few different approaches but the one we settled on was using webpack'
150150
1. The entire post, used for post pages.
151151
2. The post preview, where we load the minimum data needed for the homepage.
152152

153-
The way we set it up, any time we add a `?preview` query to the end of an import for an individual post, we get back a much smaller version of that post that just includes the metadata and the preview excerpt, rather than the entire post conent.
153+
The way we set it up, any time we add a `?preview` query to the end of an import for an individual post, we get back a much smaller version of that post that just includes the metadata and the preview excerpt, rather than the entire post content.
154154

155155
Here's a snippet of what that custom loader looks like:
156156

0 commit comments

Comments
 (0)