Anto'
Anto'
Explore posts from servers
NNuxt
Created by Anto' on 3/25/2024 in #❓・help
404 error page don't work when project build.
No description
3 replies
NNuxt
Created by Anto' on 3/8/2024 in #❓・help
Nuxt build faileld using image in css sheet
Hello guys ! I have this error when i try to build my app : 12.26 [error] Nuxt Build Error: [vite:css] [postcss] ENOENT: no such file or directory, open '/app/images/home/profit_gem.svg' I used style like this on a .vue components :
span.wins:before {
background-image: url("@/images/home/profit_gem.svg");
background-size: 16px 16px;
background-repeat: no-repeat;
content: "";
display: inline-block;
vertical-align: middle;
position: relative;
width: 16px;
height: 16px;
margin-right: 4px;
}
span.wins:before {
background-image: url("@/images/home/profit_gem.svg");
background-size: 16px 16px;
background-repeat: no-repeat;
content: "";
display: inline-block;
vertical-align: middle;
position: relative;
width: 16px;
height: 16px;
margin-right: 4px;
}
on local it work. Maybe @ is not the correct way to do that. Thanks in advance to everyone for your potentiel answer
3 replies
RRailway
Created by Anto' on 3/8/2024 in #✋|help
Node 21 support
All in the title. We can't deploy framework like adonis 6 because it's required v20.6
7 replies