i have a projects which is a blog. This is the project, kayice.xyz.
I am using the fontawesome to run some icon in my blog which is working in my local file. After deploy in github, and show me one error.
First, i am using simple html and without the framework( WHich just for a simple project and want to use it all plain to learn).
Second, i run the command npm init
to initial this project and allow it to use npm install
Third, i install fontawesome inside this project and use the all.css inside the index.html which is totally working fine in my local.
But after i deploy into github, then the fontawesome cannot use in that. Is that need to compile or build if i want to use those node_module before i deploy it?
Sorry, couldnt found any related source or the main keyword to build it.
Thanks