Explorar o código

Update gogs url

Kirk Trombley %!s(int64=5) %!d(string=hai) anos
pai
achega
5df7d9dc3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 () => {