I currently have a CSS file located at /opt/ion/node/service/public
. The file, cc.css, needs to be relocated to
/opt/ion/node/service/views/pages
. However, I am facing issues with this relocation process.
Whenever I hit the server, it continues to point to the public folder, causing my HTML files to not pick up the CSS file.
I need assistance in updating the file path for the CSS.
<link rel="stylesheet" type="text/css" href="cc.css" />
Since I am using the href attribute, it always directs to the public directory.