Skip to content

Instantly share code, notes, and snippets.

@PatrickJS
Last active May 12, 2024 08:43
Show Gist options
  • Save PatrickJS/d59d3481ad892e98b1677372e5e4d661 to your computer and use it in GitHub Desktop.
Save PatrickJS/d59d3481ad892e98b1677372e5e4d661 to your computer and use it in GitHub Desktop.
@wmertens
Copy link

wmertens commented May 12, 2024

VITE_BASE_URL should always be an absolute path starting and ending with /.

Anything else is a configuration error.

We should add a check to the qwik-city plugin.

The qwik base should also be absolute and ending with / but can be a url.

@PatrickJS
Copy link
Author

yeah better errors work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment