Remove static publishing settings card
All checks were successful
/ deploy (push) Successful in 47s

This commit is contained in:
Loyyd 2026-07-12 20:24:57 +02:00
parent 66fd748d3e
commit 713a45130e

View file

@ -668,26 +668,6 @@ const adminConfig = {
<p class="admin-field-help">The static page cannot enforce login on its own. Keep the admin host and content endpoints behind the proxy.</p>
</article>
<article class="admin-setting-card">
<div class="admin-setting-card-header">
<span class="admin-setting-card-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true">
<path d="M12 3v12M7 10l5 5 5-5M5 21h14"></path>
</svg>
</span>
<div class="admin-setting-card-title">
<h3>Static publishing</h3>
<p>The admin generates handoff files rather than saving directly.</p>
</div>
<span class="admin-status-pill is-neutral">Manual deploy</span>
</div>
<div class="admin-setting-detail">
<span>Build command</span>
<strong><code>npm run build</code></strong>
</div>
<a class="admin-link-button" href="/" target="_blank" rel="noreferrer">Open current website</a>
</article>
</div>
</section>
</main>