Skip to content

Commit a7eb0ae

Browse files
committed
fix: og.png
1 parent 264ad22 commit a7eb0ae

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
6-
args: ["--maxkb=1024"]
6+
args: ["--maxkb=2048"]
77
- id: check-merge-conflict
88
- id: end-of-file-fixer
99
- id: trailing-whitespace

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta property="og:title" content="DevOps Roast" />
1212
<meta property="og:description" content="Honest infrastructure audits + fixes. Terraform, Kubernetes, GitHub Actions." />
1313
<meta property="og:type" content="website" />
14-
<meta property="og:image" content="/assets/og.png" />
14+
<meta property="og:image" content="og.png" />
1515

1616
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1717
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet" />

og.png

1.7 MB
Loading

0 commit comments

Comments
 (0)