refactor: deployment refactor

This commit is contained in:
Raj Nandan Sharma
2024-11-15 21:54:43 +05:30
parent 9a14a81956
commit 28184d2a52
3 changed files with 4 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ Repository name of the github repository. If the repository is `https://github.c
### incidentSince
`incidentSince` is in hours. It means if an issue is created before X hours then kener would not honor it. What it means is that kener would not show it active incident pages nor it will update the uptime. Default is 48 hours.
`incidentSince` is in hours. It means if an issue is created before X hours then kener would not honor it. What it means is that kener would not show it active incident pages nor it will update the uptime. Default is 30\*24 hours.
---

View File

@@ -9,8 +9,8 @@
<div class="{defaultPattern}-pattern"></div>
<header class="blurry-bg relative z-50 mx-auto mt-4 max-w-[840px]">
<div class="container flex h-14 items-center">
<header class="blurry-bg relative z-50 mx-auto mt-2">
<div class="container flex h-14 max-w-[840px] items-center">
<a href={data.site.home ? data.site.home : base} class="mr-6 flex items-center space-x-2">
{#if data.site.logo}
<img

View File

@@ -8,7 +8,7 @@ import dotenv from "dotenv";
dotenv.config();
const GH_TOKEN = process.env.GH_TOKEN;
const GhnotconfireguredMsg =
"owner or repo or GH_TOKEN is undefined. Read the docs to configure github: https://kener.ing/docs#h2github-setup";
"owner or repo or GH_TOKEN is undefined. Read the docs to configure github: https://kener.ing/docs/gh-setup";
/**
* @param {any} url
*/