|
@@ -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 () => {
|