From 468f069282f35ae9843400e590f9f056cd57bffd Mon Sep 17 00:00:00 2001 From: Ephraim Gross <103453764+Ephraim-G@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:14:50 -0500 Subject: [PATCH] Update _kbarticlespages/single-page-application.md Co-authored-by: Drew Bollinger --- _kbarticlespages/single-page-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_kbarticlespages/single-page-application.md b/_kbarticlespages/single-page-application.md index b7c828732..4d3bb636b 100644 --- a/_kbarticlespages/single-page-application.md +++ b/_kbarticlespages/single-page-application.md @@ -15,7 +15,7 @@ In this example we will be taking a look at a simple single-page application whi * 404 Pages -#### Application Routing +## Application Routing Static site generators like Jekyll and Hugo handle routing by creating an HTML file at each path that can be requested by the user. For single-page applications, we will only render one HTML file: index.html, which loads the JavaScript necessary for running our application and router.