Add redirection for old url, and clean error page in case of wrong url.
Build and push chill website image / build (push) Successful in 1m16s

This commit is contained in:
2026-04-17 10:54:49 +02:00
parent a8181460d0
commit 0c5ab8b7bf
6 changed files with 61 additions and 0 deletions
+1
View File
@@ -8,3 +8,4 @@ RUN hugo build --minify --cleanDestinationDir
FROM caddy:2-alpine
COPY --from=build /project/public/ /usr/share/caddy/
COPY Caddyfile /etc/caddy/Caddyfile