Skip to content

Commit f93ecdf

Browse files
author
yangtao
committed
fix favicon bug
1 parent ca79181 commit f93ecdf

File tree

8 files changed

+11
-6
lines changed

8 files changed

+11
-6
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ coverage/
6969
# 临时文件
7070
tmp/
7171
temp/
72-
docs/
72+
docs/
73+

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@ next-env.d.ts
3939
.idea
4040
/lib/generated/prisma
4141
/logs
42-
SSE_INTEGRATION.md
42+
SSE_INTEGRATION.md
43+
44+
# database files
45+
*.db
46+
*.sqlite
47+
/public/*.db
48+
/public/*.sqlite

app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export const metadata: Metadata = {
2020
description: siteConfig.description,
2121
icons: {
2222
icon: "/favicon.ico",
23+
shortcut: "/favicon.ico",
24+
apple: "/favicon.ico",
2325
},
2426
};
2527

docker-compose.release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
# NodePass 应用 - 使用GitHub发布的镜像
53
nodepassdash:

public/favicon1.ico

-25.3 KB
Binary file not shown.

public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/sqlite.db

-384 KB
Binary file not shown.

public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)