feat: add next.config rewrites for shortlink routing and show domain in UI

This commit is contained in:
Mohan Ki
2026-07-27 15:57:40 +05:30
parent c6a0a13616
commit 01c74fb29d
4 changed files with 17 additions and 4 deletions
+3
View File
@@ -6,6 +6,9 @@ RUN npm ci
ARG NEXT_PUBLIC_API_URL
ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL
ARG NEXT_PUBLIC_APP_URL
ENV NEXT_PUBLIC_APP_URL=$NEXT_PUBLIC_APP_URL
COPY . .
RUN npm run build