-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Description
The current URL for the tailwind template in 'templates/themes/new-tailwind.json' is pointing to a non-existent repository. This PR updates it to use a valid Tailwind Nuxt starter template.
Fixed by changing:
- URL: from 'https://github.com/nuxt-themes/starter/tree/tailwind' to 'https://github.com/themesberg/tailwind-nuxt-starter'
- TAR: from 'https://codeload.github.com/nuxt-themes/starter/tar.gz/refs/heads/tailwind' to 'https://codeload.github.com/themesberg/tailwind-nuxt-starter/tar.gz/refs/heads/main'
Verified that the new URL exists and returns a valid TAR file.
Since I can't create a PR directly, I'm providing a patch file that can be applied: 0001-fix-update-tailwind-template-URL-to-valid-repository.patch
Metadata
Metadata
Assignees
Labels
No labels