-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] pageInfo.title no longer displayed in browser tab #1544
Comments
You are correct. Since the config is now loaded at runtime, yet page title needs to go into the Vue router, which needs to be compiled, it was no longer possible to load that dynamically. I've pushed an update (not merged yet), which will set the title (client-side) to whatever is in |
I was about to post an issue about this haha thanks for this update, much appreciated |
Fixed in 3.0.1 :) |
Environment
Self-Hosted (Docker)
System
No response
Version
3.0.0
Describe the problem
After upgrading from 2.1.2 to 3.0.0 the title configured in
pageInfo.title
is no longer displayed in the browser tab.As a workaround I defined the environment variable
VUE_APP_TITLE
which solves the issue.I assume this is because of the recent changes to the
makeMetaTags
const: a1bf7a6#diff-d7f41ba1aa74f41ef4b0c2337abe593d08092ffae6528a8aa2db712afeee0b66L69-L72Additional info
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: