-
Notifications
You must be signed in to change notification settings - Fork 13
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
double /nuxtfiles/ in replace-relative-paths #3
Comments
Found the solution! If you are using this dependencies for working with the scss package.json
nuxt.config.js
and you are using structure like this
you need to add the new replace after
finished script will like this
|
Please, add me to contributors, I will add some fixes as soon as possible. Thanks |
Please create PRs :) thanks for your contribution |
Done! Hopefully, it will helps to someone |
when I using in scss ->
nuxt.config.js
style.scss
or fonts.scss
it transforms into ->
http://localhost:8000/nuxtfiles/nuxtfiles/img/a80ec01.jpeg
http://localhost:8000/nuxtfiles/nuxtfiles/fonts/7d5dc17.woff
http://localhost:8000/nuxtfiles/nuxtfiles/img/e0dd053.svg#Gilroy-Medium
/nuxtfiles/nuxtfiles/ - double replace
How I can fix it ?
The text was updated successfully, but these errors were encountered: