file-based-routing-for-static-sites
Installation
SKILL.md
File Based Routing for Static Sites
In this article I will go over how to use file based routing to output as a static site multi page application.
Step 1
Create a new folder called “static-site-file-based-routing” and open it up in VSCode.
mkdir static-site-file-based-routing
cd static-site-file-based-routing
code .