Hello,
Can somebody please explain how to display a favicon in ObservableHQ Framework?
Thanks in advance
Alexis
Hello,
Can somebody please explain how to display a favicon in ObservableHQ Framework?
Thanks in advance
Alexis
You can add the image as favicon.png in your source, then specify this in the configuration:
head: '<link rel="icon" type="image/png" href="/favicon.png" sizes="32x32">',
Framework will detect this resource and add it to the built site.