feat(site): add favicon.ico for Google favicon lookup and Claude.ai form
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM nginx:1.27-alpine
|
||||
|
||||
COPY product/site/nginx-site.conf /etc/nginx/conf.d/default.conf
|
||||
COPY product/site/favicon.ico /usr/share/nginx/html/favicon.ico
|
||||
COPY product/site/index.html /usr/share/nginx/html/index.html
|
||||
COPY product/site/styles.css /usr/share/nginx/html/styles.css
|
||||
COPY product/site/script.js /usr/share/nginx/html/script.js
|
||||
|
||||
BIN
product/site/favicon.ico
Normal file
BIN
product/site/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 708 B |
@@ -8,6 +8,7 @@
|
||||
name="description"
|
||||
content="SquareMCP is a managed MCP gateway for internal tools with authentication, permissions, audit logs, and observability."
|
||||
/>
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="stylesheet" href="./styles.css?v=20260505b" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: squaremcp-site
|
||||
image: localhost:32000/squaremcp-site@sha256:2e780ce7cb32757d09200f78968781606ad93b14dc0019fed00e743da348cd11
|
||||
image: localhost:32000/squaremcp-site@sha256:6a18ed308f0ad01959ddbfa1cdc0e4c5b9f1c18711ba2ed5313feeb8ef8b498f
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user