fix: domain plausible

This commit is contained in:
2026-06-15 21:05:48 -03:00
parent 89eed44b49
commit 7ef0aeef71
7 changed files with 27 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
WORKDIR /app
ARG GIT_COMMIT_HASH=unknown
ARG APP_VERSION=1.2.0
ARG APP_VERSION=1.2.1
ENV VITE_APP_VERSION=$APP_VERSION
ENV VITE_GIT_HASH=$GIT_COMMIT_HASH