You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Freeze your reitit routes and create a static site out of it.
Why?
This library will allow you to create a static website out of your existing dynamic website as long as you're using reitit ;)
How?
Point jaatya to your reitit routes map and let it start the freezing process.
Jaatya will fake an http request and pass it along to the handler to record it's response. If a response is 200 then a new html page is created based on the url route.
The text was updated successfully, but these errors were encountered:
https://github.com/lambdaisland/reitit-jaatya
Freeze your reitit routes and create a static site out of it.
Why?
This library will allow you to create a static website out of your existing dynamic website as long as you're using reitit ;)
How?
Point jaatya to your reitit routes map and let it start the freezing process.
Jaatya will fake an http request and pass it along to the handler to record it's response. If a response is 200 then a new html page is created based on the url route.
The text was updated successfully, but these errors were encountered: