Add opensearch.xml to site

This commit is contained in:
2025-05-09 09:54:18 -05:00
parent f6b6639905
commit 3f3c0d72f8
7 changed files with 1074 additions and 1174 deletions

View File

@ -13,6 +13,7 @@ RUN pnpm install
COPY . .
# Build the project
RUN pnpm run prebuild
RUN pnpm run build
# Stage 2: Serve the app using the same version of Node