You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the problem is related to this issue, but wasn't quite sure how to implement the fix.
The homepage has a trailing slash for the first page, which is a problem for SEO because Google / other search engines think it's a different page since the default version of the homepage does not have a trailing slash.
Any idea how we fix?
The text was updated successfully, but these errors were encountered:
As mentioned above, it seems that the problem can be solved by setting trailingSlash: "never", but I think that doing this is likely to cause problems with the application itself, so I will investigate this a bit myself.
I believe the problem is related to this issue, but wasn't quite sure how to implement the fix.
The homepage has a trailing slash for the first page, which is a problem for SEO because Google / other search engines think it's a different page since the default version of the homepage does not have a trailing slash.
Any idea how we fix?
The text was updated successfully, but these errors were encountered: