Skip to content

Commit

Permalink
docs: fix nuxt-img usage (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz authored and Tahul committed Jun 7, 2021
1 parent b2e746f commit caea0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/blog/creating-blog-with-nuxt-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ To display our content we are using the `<nuxt-content />` component by passing

We can now run our dev server and go to the route [http://localhost:3000/blog/my-first-blog-post](http://localhost:3000/blog/my-first-blog-post) and we should see our content from our markdown file.

<nuxt-img alt="content from markdown" src="/blog/creating-blog-with-nuxt-content/get-started-with-nuxt-content.png">
<nuxt-img alt="content from markdown" src="/blog/creating-blog-with-nuxt-content/get-started-with-nuxt-content.png"></nuxt-img>

### Default Injected variables

Expand Down

0 comments on commit caea0f7

Please sign in to comment.