October 17th, 2021 3:50pm
Dynamic content based off dynamic routes!

In this release I added dynamic content based off of dynamic routes using NextJS getStaticPaths() and getStaticProps.

A call to the MariaDB running with in a second pod retieves the content and passes it as props to the default function.

I am using REACT's dangerouslySetInnerHTML to display the embeded html tags.