Rather than return the HTML from the /news/ api endpoint, we should:
have the /news/ api return the body value parsed from md -> html
have a route/page for inscribe.news/view-news/ID that frames the content
This would allow for more flexibility on the page structure, styling, and SEO, as well as separate the operations of the API from the pages that return data, allowing for more integrations.
Rather than return the HTML from the /news/ api endpoint, we should:
This would allow for more flexibility on the page structure, styling, and SEO, as well as separate the operations of the API from the pages that return data, allowing for more integrations.