简体   繁体   中英

I can't load my files using %PUBLIC_URL% in react

even though I reinstalled my react scripts I showing same in the inspect that these files are not loaded but the favicon from the react is loading fine why this happening I have spent 2 hrs and still no uses

在此处输入图像描述

The %PUBLIC_URL% is replaced during the build with the value you have provided in your settings. Try to run npm run build and inspect the build/ directory created by it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM