From 0d6e864ee20f321928611778d14b1cc4eeba0724 Mon Sep 17 00:00:00 2001 From: Drew <34187607+ankormoreankor@users.noreply.github.com> Date: Sat, 8 Feb 2025 14:04:56 +0300 Subject: [PATCH] Update what-is-jamstack.njk Removed misprinted comma --- src/site/what-is-jamstack.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.