Skip to content
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

Configure favicon of website #3261

Open
fengelniederhammer opened this issue Nov 20, 2024 · 5 comments
Open

Configure favicon of website #3261

fengelniederhammer opened this issue Nov 20, 2024 · 5 comments
Labels
feature Feature proposal website Tasks related to the web application

Comments

@fengelniederhammer
Copy link
Contributor

We can already configure the logo of the website. It would be great if we could also configure the favicon (because it's likely that they should be the same).

@fengelniederhammer fengelniederhammer added website Tasks related to the web application feature Feature proposal labels Nov 20, 2024
@theosanderson
Copy link
Member

👍 We can probably hardwire these to be the same

@chaoran-chen
Copy link
Member

I think that it would be great if one can (also) configure them individually as sometimes, one would want to use a simpler version for the favicon than the logo.

@fengelniederhammer
Copy link
Contributor Author

Maybe for now we can extend

logo:
  url: "/favicon.svg"
  width: 100
  height: 100

to

logo:
  url: "/favicon.svg"
  width: 100
  height: 100
  alsoUseAsFavicon: true

or something similar?

And add a separate favicon config later?

@chaoran-chen
Copy link
Member

Or add the following?

favicon:
  url: "..."

Is there additional complexity to that?

@theosanderson
Copy link
Member

(I'm happy with any and all options)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature proposal website Tasks related to the web application
Projects
None yet
Development

No branches or pull requests

3 participants