Skip to content

Commit

Permalink
docs: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 26, 2019
1 parent 9b03ef2 commit 0770768
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<link rel="shortcut icon" href="https://raw.githubusercontent.com/antfu/vueuse/master/resources/favicon/favicon.ico">
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/antfu/vueuse/master/resources/favicon/android-chrome-192x192.png" sizes="192x192">
<style>

</style>
2 changes: 1 addition & 1 deletion .storybook/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export default create({

brandTitle: 'VueUse',
brandUrl: 'https://github.com/antfu/vueuse',
brandImage: 'https://github.com/antfu/vueuse/blob/master/screenshots/logo-storybook.png?raw=true',
brandImage: 'https://raw.githubusercontent.com/antfu/vueuse/master/resources/logo-storybook.png',
})
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/antfu/vueuse/blob/master/screenshots/logo-vertical.png?raw=true" alt="logo" width="300"/>
<img src="https://raw.githubusercontent.com/antfu/vueuse/master/resources/logo-vertical.png" alt="logo" width="300"/>
</p>

<p align="center">
Expand Down
Binary file added resources/favicon/android-chrome-192x192.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 added resources/favicon/android-chrome-512x512.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 added resources/favicon/favicon-16x16.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 added resources/favicon/favicon-32x32.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 added resources/favicon/favicon.ico
Binary file not shown.
File renamed without changes
File renamed without changes
Binary file removed screenshots/logo-horizontal-dark.png
Binary file not shown.
Binary file removed screenshots/logo-horizontal.png
Binary file not shown.
Binary file removed screenshots/logo.png
Binary file not shown.

0 comments on commit 0770768

Please sign in to comment.