瀏覽代碼

Update gogs url

Kirk Trombley 5 年之前
父節點
當前提交
5df7d9dc3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 () => {