I want to have a page for each newsletter.
Opened this issue · 0 comments
lucbpz commented
I want to be able to instead of redirecting each newsletter to the revue page, render its content into a dynamic route, the same that this is already being handled for blogs, with a [newsletter].js
that renders the content in a "pretty" way.
The content is already being retrieved in the main newsletter page where it lists all newsletters and we already have the html in the response:
Ideally this will handle titles, paragraphs, links, and ideally twitter cards, but this can be a separate issue.
This new page component will need to be design at the same time that it is developed so any help would be appreciated.