Skip to content

Commit

Permalink
Merge pull request #45 from growilabs/support/149775-update-ogp-apple…
Browse files Browse the repository at this point in the history
…-touch-icon

support: Update OGP and apple-touch-icon
  • Loading branch information
yuki-takei authored Jul 5, 2024
2 parents fe41691 + a180702 commit 5a5650f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = ctx => ({
head: [
['link', { rel: 'icon', href: '/assets/images/favicon.ico', sizes: '48x48'}],
['link', { rel: 'icon', href: '/assets/images/favicon.svg', sizes: 'any', type: 'image/svg+xml'}],
['link', { rel: 'apple-touch-icon', href: '/assets/images/apple-touch-icon.svg'}],
['link', { rel: 'apple-touch-icon', href: '/assets/images/apple-touch-icon.png'}],
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1'}],
['meta', { name: 'description', content: 'Team Collaboration Software using markdown'}],
['meta', { name: 'keywords', content: 'markdown, wiki, javascript, react, growi, crowi'}],
Expand Down
Binary file modified docs/.vuepress/public/assets/images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/.vuepress/public/assets/images/ogp-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a5650f

Please sign in to comment.