Serve hero banners + og:image from the app itself instead of Gitea raw URLs (no external dependency for previews)

This commit is contained in:
Claude (via Marty)
2026-07-30 23:02:10 +00:00
parent feeef3e9d8
commit ae358dc05b
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
FROM nginx:alpine
COPY nginx-default.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/index.html
COPY hero-banner.jpg hero-banner-mobile.jpg /usr/share/nginx/html/
EXPOSE 80