mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 05:51:56 +08:00
feat: update favicon
This commit is contained in:
parent
9554caab72
commit
458ce3c7c5
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB |
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="./favicon.png" />
|
||||
<link rel="icon" href="./logo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="Creating cover images for your blogs is now super easy" />
|
||||
@ -13,7 +13,7 @@
|
||||
<meta property="twitter:description" content="Create an awesome cover image for your next blog post ">
|
||||
<meta property="twitter:image"
|
||||
content="https://user-images.githubusercontent.com/47467468/138584874-34311571-5fc7-40db-93f2-759edb68635d.png">
|
||||
<link rel="apple-touch-icon" href="./favicon.png" />
|
||||
<link rel="apple-touch-icon" href="./logo.png" />
|
||||
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/css/bootstrap.min.css"
|
||||
integrity="sha384-VCmXjywReHh4PwowAiWNagnWcLhlEJLA5buUprzK8rxFgeH0kww/aWY76TfkUoSX" crossorigin="anonymous"> -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/konpa/devicon@master/devicon.min.css">
|
||||
@ -32,7 +32,7 @@
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>CoverView</title>
|
||||
<title>Coverview</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB |
@ -3,7 +3,6 @@ import CoverImage from "./CoverImage";
|
||||
import ComponentToImg from "./ComponentToImg";
|
||||
import Select from 'react-select';
|
||||
import RandomTheme from './RandomTheme';
|
||||
// import resetIcon from '../assets/icons/reset.svg'
|
||||
|
||||
|
||||
const defaultSettings = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user