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

feat(favicon): add gatsby-plugin-manifest for favicons #473

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kjbrum
Copy link

@kjbrum kjbrum commented Oct 25, 2019

This should resolve #7.

background_color: '#EFDA4F',
theme_color: '#039998',
display: 'standalone',
icon: './static/dsmJS.svg'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could this pull from a package, or does it need to be a local path? we already have this in the components repo (maybe thats where you pulled it in from). it would be nice if we could maintain a single copy

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i recently switched over to this plugin for my personal site, and the unfortunate answer is kinda.

i didn't find a way to resolve the path like node does so that it could be referenced relative to the package. seems unlikely to be a problem where the deduping algorithm would move it, but that is my hesitation.

Comment on lines +20 to +21
background_color: '#EFDA4F',
theme_color: '#039998',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this highlights that we still need to export brand colors from somewhere that is reusable. for now that probably means the components package, but eventually maybe a brand or design system package

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for awareness, i at least created an issue to track getting this done at some point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

favicon(s)
2 participants