nuxt-modules / tailwindcss

Tailwind CSS module for Nuxt

Home Page:https://tailwindcss.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicated baseURL in viewerUrl

CLDXiang opened this issue · comments

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

Will be fixed on nightly release. 🙂