Fix XML feed style
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M Dockerfile → Dockerfile
@@ -52,6 +52,7 @@ COPY --from=ssg /web/config.toml ./ COPY --from=ssg /web/content content COPY --from=ssg /web/public public +RUN make postprocess RUN make -j4 format compress # Final stage for app image