mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
disable newsletter admin on production
This commit is contained in:
@@ -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"]
|
||||
---
|
||||
|
||||
|
||||
@@ -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"]
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user