One of the stylesheets not linking - Failed to load resource: the server responded with a status of 404 ()

My build and deployment are successful, and all stylesheets are working but one.
The link to my Netlify site is here, and the link to my GitHub repo is here. I deployed with the main branch.
The error in the Network tab is in the screenshot below.

I’ve tried moving folders and using different ways to reference the file in the code but it just keeps going wrong. Or maybe the problem is with how I linked it?? I linked it like this in the SVG file.

<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="/map/Ocean.css" type="text/css"/>

I’ve been debugging for two days and can’t see what the issue is here, please help :smiling_face_with_tear:

@HuWenShin See:

If you run your build locally, you’ll see it never outputs that file:

image

image

Hey @nathanmartin thanks for the lead, I read the documentation and moved it to the public folder and now it’s working