open-rmf / rmf-web

Apache License 2.0
87 stars 40 forks source link

dashboard: simplify url utils #991

Closed koonpeng closed 2 months ago

koonpeng commented 2 months ago

While not explicitly mentioned, vite docs strongly suggests that base must end with a trailing slash https://vitejs.dev/config/shared-options#base. With this assumption, we can simplify how we build urls. This assumption is also required to fix favicon path in #989.