Site down when computer is off

Site name: graceful-maamoul-696429
Im having a hard time understanding how my site can be down if my laptop is off.
The site is connected to a git repository which holds all code and dependencies so please help me understand why my site is down when im not connected to the internet with my laptop. Any help is appreciated, thanks.

HI @FilipLarsson12,

Thanks for reaching out and welcome to Netlify’s Support Forums!

I see a Page Not found when going to the site. Have you seen this Support Guide:

Since you’re using Create React App, please ensure you read section 2:

  1. SPA redirect rule missing: A variety of tools like Create React App, Vite, Angular, etc. are used to create Single-Page Applications. These applications don’t have a HTML page per path, but instead rely on JavaScript to handle the navigation. For such apps, it is important to have the following contents:
/* /index.html 200

as the contents of the _redirects file which should exist in the public (or similar) folder, so that it’s copied over to your publish directory when the site is being built.

Let us know if you continue to have issues.