overhangio / tutor-mfe

This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.
GNU Affero General Public License v3.0
22 stars 95 forks source link

fix: remove trailing slash from PUBLIC_PATH env var #153

Closed ormsbee closed 1 year ago

ormsbee commented 1 year ago

We previously generated the PUBLIC_PATH base for each MFE with a trailing slash, e.g. "/authn/". But the actual links that point to these from the LMS and Studio don't have a trailing slash in them, e.g. "/authn". This commit removes the trailing slash to be consistent.

ormsbee commented 1 year ago

(Meant to make it this PR against nightly.)