Archived
docs: use extensionless canonical URLs
This commit is contained in:
+10
-10
@@ -9,7 +9,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PI WEB" />
|
||||
<meta property="og:title" content="Page not found — PI WEB" />
|
||||
<meta property="og:url" content="https://pi-web.dev/404.html" />
|
||||
<meta property="og:url" content="https://pi-web.dev/404" />
|
||||
<meta property="og:image" content="https://pi-web.dev/assets/pi-web-banner.png" />
|
||||
<meta property="og:image:alt" content="PI WEB browser UI for persistent Pi Coding Agent sessions" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
@@ -37,11 +37,11 @@
|
||||
<a class="brand" href="/" aria-label="PI WEB home">PI WEB</a>
|
||||
<div class="nav-links">
|
||||
<div class="nav-pages">
|
||||
<a href="/remote-first.html">Remote-first</a>
|
||||
<a href="/machines.html">Fleet</a>
|
||||
<a href="/install.html">Install</a>
|
||||
<a href="/plugins.html">Plugins</a>
|
||||
<a href="/faq.html">FAQ</a>
|
||||
<a href="/remote-first">Remote-first</a>
|
||||
<a href="/machines">Fleet</a>
|
||||
<a href="/install">Install</a>
|
||||
<a href="/plugins">Plugins</a>
|
||||
<a href="/faq">FAQ</a>
|
||||
</div>
|
||||
<div class="nav-actions">
|
||||
<a class="github-link" href="https://github.com/jmfederico/pi-web" aria-label="PI WEB on GitHub">
|
||||
@@ -88,10 +88,10 @@
|
||||
<div class="container footer-inner">
|
||||
<span>PI WEB · remote control for persistent Pi Coding Agent sessions.</span>
|
||||
<div class="footer-links">
|
||||
<a href="/machines.html">Fleet</a>
|
||||
<a href="/install.html">Install</a>
|
||||
<a href="/plugins.html">Plugins</a>
|
||||
<a href="/faq.html">FAQ</a>
|
||||
<a href="/machines">Fleet</a>
|
||||
<a href="/install">Install</a>
|
||||
<a href="/plugins">Plugins</a>
|
||||
<a href="/faq">FAQ</a>
|
||||
<a href="https://www.npmjs.com/package/@jmfederico/pi-web">npm</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user