Merge pull request #4398 from viethung0823/main

fix duplicate url key of jamstack
This commit is contained in:
Eric Sorenson 2024-07-12 19:44:59 +00:00 коммит произвёл GitHub
Родитель 9201b06d11 1af1e582d6
Коммит 4e22438579
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,6 @@ url: https://jamstack.org/
created_by: Matt Biilmann
released: 2015
wikipedia_url: https://en.wikipedia.org/wiki/Jamstack
url: https://jamstack.org/what-is-jamstack/
related: javascript, api, ssg, gatsby
---
**Jamstack** (previously stylized as **JAMStack**) is a web development architecture pattern and solution stack. In other words, it is a way of thinking about how to build for the web: the UI is compiled, the frontend is fully decoupled, and data is pulled in as needed. The acronym "JAM" stands for JavaScript, API and Markup (generated by a [static site generator](/topics/ssg)).