Dynamically set the `title` based on the current route. ```js export const meta = () => ({ title: "Kubernetes API Schema Viewer", }); ```