srinuksv commited on
Commit
803aed6
·
verified ·
1 Parent(s): 9ad25d2

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -197,7 +197,7 @@
197
  } catch (error) {
198
  console.error('Error sending chat history:', error);
199
  } finally {
200
- window.location.href = "https://redfernstech.com";
201
  }
202
  }
203
  </script>
 
197
  } catch (error) {
198
  console.error('Error sending chat history:', error);
199
  } finally {
200
+ window.open('https://redfernstech.com/', '_blank');
201
  }
202
  }
203
  </script>