feat: add an option to remove the landing page

This commit is contained in:
Levente Orban
2025-10-10 21:32:59 +02:00
parent 4675fa4623
commit 069ca11917
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ jobs:
- name: Build application
run: npm run build
env:
PUBLIC_LANDING_INFO: ${{ vars.PUBLIC_LANDING_INFO }}
- name: Test build output
run: |

View File

@@ -9,7 +9,6 @@ ENV PUBLIC_LANDING_INFO=$PUBLIC_LANDING_INFO
COPY . .
RUN echo $PUBLIC_LANDING_INFO
RUN npm run build
RUN npm prune --production