h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

Added support for preview links #2184 #2187

Open seagulley opened 7 months ago

seagulley commented 7 months ago

The PR fulfills these requirements: (check all the apply)

Added new variables to conf.go ServerConf: PreviewImage, PreviewTitle, PreviewDescription. Modified web_server.go to use these new values as meta tags in the header of the root index.html.

Closes #2184