Pārlūkot izejas kodu

Update gogs url

Kirk Trombley 5 gadi atpakaļ
vecāks
revīzija
5df7d9dc3d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/components/tiles/Gogs.jsx

+ 1 - 1
src/components/tiles/Gogs.jsx

@@ -2,7 +2,7 @@ import React from "react";
 import Tile from "../shared/Tile";
 import useHealthPolling from "../../hooks/useHealthPolling";
 
-const gogsUrl = `https://${window.location.hostname}/gogs/`;
+const gogsUrl = `https://gogs.hiram.services/`;
 const update = 1000 * 60 * 20;
 
 export default () => {