diff --git a/src/site/what-is-jamstack.njk b/src/site/what-is-jamstack.njk index 3acb5b40..5d752669 100644 --- a/src/site/what-is-jamstack.njk +++ b/src/site/what-is-jamstack.njk @@ -19,7 +19,7 @@ layout: layouts/base.njk

Pre-rendering

- With Jamstack, the entire front end is prebuilt into highly optimized static pages and assets during a build process. This process of pre-rendering results in sites which can be served directly from a CDN, reducing the cost, complexity and risk, of dynamic servers as critical infrastructure. + With Jamstack, the entire front end is prebuilt into highly optimized static pages and assets during a build process. This process of pre-rendering results in sites which can be served directly from a CDN, reducing the cost, complexity and risk of dynamic servers as critical infrastructure.

With so many popular tools for generating sites, like Gatsby, Hugo, Jekyll, Eleventy, NextJS, and very many more, many web developers are already familiar with the tools needed to become productive Jamstack developers.