-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http redirect cause an Invalid URL error. #497
Labels
Comments
But after I change my config to:
Another error occurs:
|
This was resolved in #260 as we no longer render these links in the test environment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Non-blocking bug
In our project, we imported tailwind.css, for test env, I use CDN way to load tailwind.
nuxt.config.ts
:In dev mode, it actually behaver:
1, request
https://cdn.tailwindcss.com
get: status code:302
, http header location:3.2.4
2, request
https://cdn.tailwindcss.com/3.2.4
The text was updated successfully, but these errors were encountered: