sounisi5011/metalsmith-netlify-published-date

Support redirection

Opened this issue · 0 comments

When a page is moved, the current implementation resets the publish date. To solve this problem, we need the feature to track redirects in the reverse direction and detect the page before it is moved.

In order to achieve this feature, some additional features are needed:

  • The feature to store the current page list.
  • The feature to read Netlify's redirection settings.