Add year filter redirects

This commit is contained in:
Neeldhara Misra 2026-07-06 22:05:27 +05:30
parent 6e7eb9ce52
commit 7cb63470cd
3 changed files with 52 additions and 0 deletions

View file

@ -10,6 +10,7 @@ RUN npm run build
FROM nginx:1.29-alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 80