Compare commits

...

2 commits

Author SHA1 Message Date
2a5b95523e Fixed favicon 2025-08-28 17:55:34 +08:00
900230bbf0 Fixed favicon 2025-08-28 17:55:26 +08:00
3 changed files with 1 additions and 1 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

View file

@ -11,7 +11,7 @@ import OptimizeBackground from '../templates/components/Optimizer/OptimizeBackgr
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover" />
<meta name="name" content={websiteName} />
<meta name="description" content={websiteDescription} />