feat: add favicon, OG images, social cards, and analytics
- Add favicon.png (orange B logo) - Add og-image.png (1200x630 social card) - Add og:image and twitter:image meta tags to all pages - Add Plausible analytics script (privacy-friendly) - Update Dockerfile to copy static assets Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -16,6 +16,10 @@ RUN addgroup -g 1000 -S nginx-user && \
|
||||
adduser -u 1000 -S nginx-user -G nginx-user
|
||||
|
||||
COPY --from=builder /build/output.css /usr/share/nginx/html/output.css
|
||||
COPY favicon.png /usr/share/nginx/html/favicon.png
|
||||
COPY og-image.png /usr/share/nginx/html/og-image.png
|
||||
COPY robots.txt /usr/share/nginx/html/robots.txt
|
||||
COPY sitemap.xml /usr/share/nginx/html/sitemap.xml
|
||||
COPY index.html /tmp/index.html
|
||||
COPY index.pt-br.html /tmp/index.pt-br.html
|
||||
COPY vs.html /tmp/vs.html
|
||||
|
||||
Reference in New Issue
Block a user