Skip to content

Commit 6a1a86f

Browse files
committed
全部文章新增图片预览
1 parent aab7f09 commit 6a1a86f

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
3939
EXPOSE 80
4040

4141
# 启动 Nginx 服务器
42-
CMD ["nginx", "-g", "daemon off;"]
42+
CMD ["nginx", "-g", "daemon off;"]

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image" href="/logo.png" />
66
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_4335817_6gqxzh34cy.css">
77
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_4466999_8sifudyyiw.css">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

public/logo.png

778 KB
Loading

public/vite.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)