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

can't change meta data (img, description) for sharable website url link #35

Open
szymonhernik opened this issue Feb 23, 2020 · 3 comments

Comments

@szymonhernik
Copy link

Hi,

I was wondering if there is an option to change meta data so when I share the link of my website I can put my own photo and description. For now I can't change it from the photo, description etc of tris-webpack-boilerplate github page. Is it put somewhere very deep? Changing meta data in index.html and other subpages doesn't change anything.

Thank you for help, Szymon :)

@szymonhernik
Copy link
Author

It needed time to update. It works the way it should. Sorry

@szymonhernik
Copy link
Author

The problem is back. It turned out that it only worked when I share link with "https://" at the beginning. The rest: "Https://", "http://" still get all these elements from tris-webpack-boilerplate. Any suggestions? Thank you.

@shyamlohar
Copy link
Contributor

Hey @szymonhernik you should look at

new FaviconsWebpackPlugin({
logo: './src/images/favicon.svg',
favicons: {
appName: 'tris-webpack-boilerplate',
appDescription:
'A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.',
developerName: 'Tristan Michael Lawrence',
developerURL: null, // prevent retrieving from the nearest package.json
background: '#fafafa',
theme_color: '#FFA8A8',
icons: {
coast: false,
yandex: false
}
},
icons: {
twitter: true,
windows: true
}
}),
as far as i understand this is what you are looking for :)

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

No branches or pull requests

2 participants