Add GridWrapper and RetourEnHaut components

- Created GridWrapper component to wrap MUI Grid for easier usage.
- Implemented RetourEnHaut component for a "back to top" button with smooth scrolling and navigation to the homepage.
This commit is contained in:
2026-03-09 21:24:37 +01:00
parent 83560e8086
commit fe441c4bea
23 changed files with 1952 additions and 289 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ RUN npm run build
FROM nginx:stable-alpine AS production
COPY --from=build /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
EXPOSE 80 443
CMD ["nginx", "-g", "daemon off;"]