Archived
docs: use extensionless canonical URLs
This commit is contained in:
+13
-13
@@ -8,7 +8,7 @@
|
||||
name="description"
|
||||
content="Why PI WEB keeps Pi Coding Agent sessions running outside your device while any browser becomes a web UI for supervision and review."
|
||||
/>
|
||||
<link rel="canonical" href="https://pi-web.dev/remote-first.html" />
|
||||
<link rel="canonical" href="https://pi-web.dev/remote-first" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PI WEB" />
|
||||
<meta property="og:title" content="Remote-first Pi web UI — PI WEB" />
|
||||
@@ -16,7 +16,7 @@
|
||||
property="og:description"
|
||||
content="Run Pi Coding Agent where work can persist, then supervise sessions from any device with PI WEB."
|
||||
/>
|
||||
<meta property="og:url" content="https://pi-web.dev/remote-first.html" />
|
||||
<meta property="og:url" content="https://pi-web.dev/remote-first" />
|
||||
<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" />
|
||||
@@ -47,11 +47,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" aria-current="page">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" aria-current="page">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">
|
||||
@@ -190,8 +190,8 @@
|
||||
keep working even when the laptop is gone.
|
||||
</div>
|
||||
<div class="doc-actions">
|
||||
<a class="button primary" href="install.html">Install PI WEB</a>
|
||||
<a class="button" href="faq.html#laptop-or-server">Laptop or server FAQ</a>
|
||||
<a class="button primary" href="install">Install PI WEB</a>
|
||||
<a class="button" href="faq#laptop-or-server">Laptop or server FAQ</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -204,10 +204,10 @@
|
||||
<span>PI WEB · remote-first control for persistent AI agents.</span>
|
||||
<div class="footer-links">
|
||||
<a href="./">Home</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="machines">Fleet</a>
|
||||
<a href="install">Install</a>
|
||||
<a href="plugins">Plugins</a>
|
||||
<a href="faq">FAQ</a>
|
||||
<a href="https://github.com/jmfederico/pi-web">GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user