Is it possible to configure the ‘Back to site’ url in the dashboard to return to a different url, for example to mysite.com/admin/home
I need the same thing. Would love to have the ability to control where “Back to site” link goes…
For example:
app.UseHangfire(config =>
{
config.BackToSiteUrl("/some/other/directory/or/page.html");
});
I think it will be better to add an overload for the config.UseDashboard
method. Can you send a PR for this to the dev
branch?
Please forgive my ignorance… Not sure what a PR is…?