Skip to content

Commit

Permalink
chore: favicon settings
Browse files Browse the repository at this point in the history
  • Loading branch information
se0kcess committed Dec 6, 2024
1 parent f7f8ee4 commit 8a33bde
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 132 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />

<link rel="icon" type="image/ico" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Q-feed</title>
</head>
Expand Down
141 changes: 11 additions & 130 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default defineConfig({
svgr(),
VitePWA({
registerType: 'prompt',
includeAssets: ['favicon.ico'],
injectRegister: false,

pwaAssets: {
Expand Down

0 comments on commit 8a33bde

Please sign in to comment.