disable newsletter admin on production

This commit is contained in:
Wayne Sutton
2025-12-27 16:14:52 -08:00
parent 47934cd382
commit 434d5bff71
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ description: "Complete guide to setting up AgentMail for newsletters and contact
date: "2025-12-27"
slug: "how-to-use-agentmail"
published: true
image: images/agentmail-blog.png
image: /images/agentmail-blog.png
tags: ["agentmail", "newsletter", "email", "setup"]
---

View File

@@ -4,7 +4,7 @@ description: "Import external articles as markdown posts using Firecrawl. Get yo
date: "2025-12-20"
slug: "how-to-use-firecrawl"
published: true
image: images/firecrwall-blog.png
image: /images/firecrwall-blog.png
tags: ["tutorial", "firecrawl", "import"]
---

View File

@@ -537,7 +537,7 @@ Created by [Wayne](https://x.com/waynesutton) with Convex, Cursor, and Claude Op
// Admin UI for managing subscribers and sending newsletters at /newsletter-admin
// Hidden from nav by default (no auth - security through obscurity)
newsletterAdmin: {
enabled: true, // Global toggle for admin UI
enabled: false, // Global toggle for admin UI
showInNav: false, // Hide from navigation for security
},