onwidget / qwind

⭕️ Qwind: A template to make your website using Qwik + Tailwind CSS.
https://qwind.pages.dev
MIT License
251 stars 68 forks source link

fix: replaced depreacted field "basePathName" #5

Closed Joshua-Marcus closed 1 year ago

Joshua-Marcus commented 1 year ago

"basePathname" has now been marked as deprecated and is replaced by using the "base" property in the vite config.

This deprecation was introduced here: https://github.com/BuilderIO/qwik/pull/3093