Improve website by slowing down updates

This commit is contained in:
Andras Schmelczer 2026-03-10 20:52:10 +00:00
parent deffa195b3
commit f22c17347a
2 changed files with 60 additions and 43 deletions

View file

@ -17,9 +17,10 @@
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://schmelczer.dev/reconcile" />
<meta property="og:image" content="/og-image.png" />
<meta property="og:image" content="https://schmelczer.dev/reconcile/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title>reconcile-text: conflict-free 3-way text merging</title>
<link inline inline-asset="index.css" inline-asset-delete />
@ -190,12 +191,12 @@
<path d="M3 3l18 18"></path>
</svg>
</label>
<div id="merged" role="textbox" aria-readonly="true" aria-live="polite"></div>
<div id="merged" role="textbox" aria-readonly="true" aria-live="off"></div>
</div>
</main>
<footer>
<p>2025 Andras Schmelczer</p>
<p>&copy; 2025-2026 András Schmelczer</p>
<a
href="https://github.com/schmelczer/reconcile"
class="github-link"