Skip to content

Commit

Permalink
Fix apple-touch-icon and setting path
Browse files Browse the repository at this point in the history
  • Loading branch information
satof3 committed Jul 5, 2024
1 parent b8ae00e commit a180702
Show file tree
Hide file tree
Showing 2 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.

0 comments on commit a180702

Please sign in to comment.