Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Option to update page title #15

@cvburgess

Description

@cvburgess

This could be accomplished with a lib like react-helmet or with a simple hook:

useEffect(() => {
  document.title = paths[paths.length - 1];
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions