Skip to content

Commit

Permalink
fix: example docs basepath (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit authored Nov 20, 2024
1 parent c58f939 commit 3f041ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .vuestorefrontcloud/test-next/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ARG VITE_DOCS_BASEPATH
ARG VITE_DOCS_EXAMPLES_REACT_PATH
ARG ENVIRONMENT

ENV NEXT_DOCS_BASEPATH=$VITE_DOCS_BASEPATH
ENV NEXT_DOCS_EXAMPLES_REACT_PATH=$VITE_DOCS_EXAMPLES_REACT_PATH
ENV ENVIRONMENT=$ENVIRONMENT

Expand Down
1 change: 0 additions & 1 deletion .vuestorefrontcloud/test-nuxt/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ARG VITE_DOCS_BASEPATH
ARG VITE_DOCS_EXAMPLES_VUE_PATH
ARG ENVIRONMENT

ENV NUXT_DOCS_BASEPATH=$VITE_DOCS_BASEPATH
ENV NUXT_DOCS_EXAMPLES_VUE_PATH=$VITE_DOCS_EXAMPLES_VUE_PATH
ENV ENVIRONMENT=$ENVIRONMENT

Expand Down

0 comments on commit 3f041ce

Please sign in to comment.