refactor: update url for online status

This commit is contained in:
enes 2024-09-13 11:06:06 +02:00
parent 2e58b58a6a
commit ea7e3a0964

View File

@ -35,7 +35,7 @@ export const isOnline = async () => {
try {
// Define a URL to check the online status
const url = 'https://www.google.com'
const url = 'https://www.sigit.io'
// Make a HEAD request to the URL with 'no-cors' mode
// This mode is used to handle opaque responses which do not expose their content