We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@nuxtjs/tailwindcss: v6.10.1 nuxt: v3.8.2
app.baseURL: '/subpath/'
nuxt.config
nuxt dev
The viewer path should be: http://localhost:3000/subpath/_tailwind/
http://localhost:3000/subpath/_tailwind/
A viewerPath with dup baseURL was given: http://localhost:3000/subpath/subpath/_tailwind/
http://localhost:3000/subpath/subpath/_tailwind/
The text was updated successfully, but these errors were encountered:
278b2cf
Will be fixed on nightly release. 🙂
Sorry, something went wrong.
ineshbose
No branches or pull requests
Version
@nuxtjs/tailwindcss: v6.10.1
nuxt: v3.8.2
Steps to reproduce
app.baseURL: '/subpath/'
innuxt.config
nuxt dev
What is Expected?
The viewer path should be:
http://localhost:3000/subpath/_tailwind/
What is actually happening?
A viewerPath with dup baseURL was given:
http://localhost:3000/subpath/subpath/_tailwind/
The text was updated successfully, but these errors were encountered: