You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2025. It is now read-only.
refactor(build): remove CMS_URL env var not needed at runtime
CMS_URL var configures the context path for the STRAPI CMS backend.
It is required at build time in order to make STRAPI internal routes work.
It is not needed in local development, as there no contextpath is required.
0 commit comments