Skip to content

Commit fb46376

Browse files
authored
Merge pull request #13 from CommandCodeAI/nr/config-driven-status-design
feat: stop upptime from wiping our custom design every time it auto-deploys
2 parents b0d1e41 + fe46976 commit fb46376

7 files changed

Lines changed: 1128 additions & 1 deletion

File tree

.upptimerc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ status-website:
99
cname: status.commandcode.ai
1010
logoUrl: https://raw.githubusercontent.com/CommandCodeAI/docs-images/refs/heads/main/design/logo/logo-symbol.svg
1111
faviconSvg: https://raw.githubusercontent.com/CommandCodeAI/commandcode-status/master/assets/favicon.svg
12-
name: Command Code Status
12+
name: Status
1313
navbar:
1414
- title: Command Code
1515
href: https://commandcode.ai
1616
- title: Status
1717
href: /
1818
- title: Subscribe on GitHub
1919
href: https://github.com/$OWNER/$REPO/issues
20+
customBodyHtml: |
21+
<script src="/status-icon-fix.js"></script>
2022
i18n:
2123
footer: ''

0 commit comments

Comments
 (0)