GitOfZGT / vite-plugin-theme-preprocessor

css theme preprocessor plugin for vite
MIT License
161 stars 15 forks source link

fix: fixed css links error when the base path contains protocols #53

Closed Hucy closed 1 year ago

Hucy commented 1 year ago

before: https:////xx.com/xxx///theme.css -> https:/xx.com/xxx/theme.css

after: https:////xx.com/xxx///theme.css -> https://xx.com/xxx/theme.css