Jef Oliver e92559dc00
fix(base): Use Build Time Base Path
* If a base path is provided at build time, use it.
  * Base path can be set with `VIKUNJA_FRONTEND_BASE` at
    build time
    * `VIKUNJA_FRONTEND_BASE` sets `import.meta.env.BASE_URL` after Vite resolves it.
    * Usages of `import.meta.env.BASE_URL` are statically replaced
      at build time.
    * If base path is not provided, `import.meta.env.BASE_URL`
      defaults to '/'.
    * Documentation:
      https://vitejs.dev/guide/env-and-mode.html

* Fixes:
  * Manifest not loading because of incorrect path.
  * Service Worker not loading because path is incorrect in
    manifest.
  * Service Worker crashing because import of workbox is from
    wrong path.
  * Service Worker not loading a task because path is incorrect
    in event listener.
  * Incorrect URLs being set on window because base path is
    incorrect.
    * ex: `/login` vs `/base/login`

Signed-off-by: Jef Oliver <jef@eljef.me>
2023-02-03 09:21:06 +01:00
..
2022-10-31 22:42:28 +01:00
2022-10-04 13:45:16 +02:00
2022-11-01 14:27:35 +01:00
2022-11-01 14:27:35 +01:00
2022-11-28 09:06:07 +00:00
2023-01-05 23:12:58 +01:00
2022-09-29 21:40:15 +02:00
2022-11-01 13:12:12 +01:00
2023-02-03 09:21:06 +01:00
2022-04-02 17:14:59 +02:00