Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 311 Bytes

DOCUMENTATION.md

File metadata and controls

13 lines (8 loc) · 311 Bytes

Documentation

You can see below the API reference of this module.

Redirect(config)

Initializes the redirects.

Parameters

  • Object config: The configuration object: An key-value map: the key representing the old url and the value the new url (e.g. { "/old-foo": "/new-foo" }).