All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 1m55s
- Build script: scripts/build-pages.js (zero dependencies, Node.js only) - Shared partials: nav.html, footer.html (single source of truth) - 5 page templates in templates/pages/ - Output is byte-for-byte identical to current production - Run: npm run build:pages - Also fixes JSON-LD: 2,500 → 5,000 PDFs/month (was inconsistent)
10 lines
No EOL
282 B
HTML
10 lines
No EOL
282 B
HTML
<nav aria-label="Main navigation">
|
|
<div class="container">
|
|
<a href="/" class="logo">⚡ Doc<span>Fast</span></a>
|
|
<div class="nav-links">
|
|
<a href="/#features">Features</a>
|
|
<a href="/#pricing">Pricing</a>
|
|
<a href="/docs">Docs</a>
|
|
</div>
|
|
</div>
|
|
</nav> |