mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-06 01:20:15 -06:00
refactor: deployment refactor
This commit is contained in:
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user