Skip to content

Commit

Permalink
Updated Nuxtent link (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
pebutler3 authored and NataliaTepluhina committed Mar 3, 2019
1 parent 1a0e6f4 commit 5b979bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/cookbook/serverless-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ created() {

## Alternative Patterns

An alternative pattern to consider, especially if you prefer writing only in Markdown, is using something like [Nuxtent](https://nuxtent.now.sh/guide/writing#async-components). Nuxtent allows you to use `Vue Component` inside of Markdown files. This approach would be akin to a static site approach (i.e. Jekyll) where you compose your blog posts in Markdown files. Nuxtent adds a nice integration between Vue.js and Markdown allowing you to live in a 100% Vue.js world.
An alternative pattern to consider, especially if you prefer writing only in Markdown, is using something like [Nuxtent](https://nuxtent-module.netlify.com/guide/writing/#async-components). Nuxtent allows you to use `Vue Component` inside of Markdown files. This approach would be akin to a static site approach (i.e. Jekyll) where you compose your blog posts in Markdown files. Nuxtent adds a nice integration between Vue.js and Markdown allowing you to live in a 100% Vue.js world.

## Wrap up

Expand Down

0 comments on commit 5b979bf

Please sign in to comment.