Adds a new type of route fallback that is a combination of a regular route that gets normal pages and a dynamic route that fetches one dynamic page. This allows the creation of static pages to replace dynamic pages, and also when those static pages are removed they are replaced by a dynamic page again.
Adds a new type of route
fallback
that is a combination of a regular route that gets normal pages and a dynamic route that fetches one dynamic page. This allows the creation of static pages to replace dynamic pages, and also when those static pages are removed they are replaced by a dynamic page again.