Skip to content
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

Duplicated baseURL in viewerUrl #782

Closed
CLDXiang opened this issue Dec 25, 2023 · 1 comment
Closed

Duplicated baseURL in viewerUrl #782

CLDXiang opened this issue Dec 25, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@CLDXiang
Copy link

Version

@nuxtjs/tailwindcss: v6.10.1
nuxt: v3.8.2

Steps to reproduce

  1. Create a new nuxt project
  2. Setup @nuxt/tailwindcss
  3. Add app.baseURL: '/subpath/' in nuxt.config
  4. Run 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/

image
@CLDXiang CLDXiang added the bug Something isn't working label Dec 25, 2023
@ineshbose ineshbose self-assigned this Dec 27, 2023
@ineshbose
Copy link
Collaborator

Will be fixed on nightly release. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants