feat(site): add 512x512 logo for GPT Store and Claude.ai marketplace

This commit is contained in:
Garfield
2026-06-12 12:35:46 -04:00
parent b08dc2680c
commit 8eafb2b05b
3 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ COPY product/site/styles.css /usr/share/nginx/html/styles.css
COPY product/site/script.js /usr/share/nginx/html/script.js
COPY product/site/squaremcp-logo.svg /usr/share/nginx/html/squaremcp-logo.svg
COPY product/site/squaremcp-logo-256.bmp /usr/share/nginx/html/squaremcp-logo-256.bmp
COPY product/site/squaremcp-logo-512.png /usr/share/nginx/html/squaremcp-logo-512.png
COPY product/site/squaremcp-hero-loop.mp4 /usr/share/nginx/html/squaremcp-hero-loop.mp4
COPY product/site/squaremcp-tiktok-launch.mp4 /usr/share/nginx/html/squaremcp-tiktok-launch.mp4
COPY product/site/squaremcp-broker-demo.mp4 /usr/share/nginx/html/squaremcp-broker-demo.mp4

View File

@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: squaremcp-site
image: localhost:32000/squaremcp-site@sha256:f0e43780d21858dfbd95d3569ce7e41af4eff13094f4dddba317b2dc3211c96e
image: localhost:32000/squaremcp-site@sha256:2e780ce7cb32757d09200f78968781606ad93b14dc0019fed00e743da348cd11
imagePullPolicy: Always
ports:
- containerPort: 8080

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB