Configuration
Configuration
Section titled “Configuration”Reference of all available configuration options.
Environment Variables
Section titled “Environment Variables”| Variable | Required | Description |
|---|---|---|
MARBLE_API_KEY | Yes | Marble CMS API key for updates |
MARBLE_WEBHOOK_SECRET | No | HMAC secret for webhook validation |
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY | Yes | Clerk publishable key |
CLERK_SECRET_KEY | Yes | Clerk secret key |
RESEND_API_KEY | No | Resend API key for email |
RESEND_FROM_EMAIL | No | From address for emails |
Next.js Config
Section titled “Next.js Config”Key settings in next.config.mjs:
const nextConfig = { transpilePackages: ["next-mdx-remote"], skipTrailingSlashRedirect: true,};Route Map
Section titled “Route Map”| Route | Type | Auth |
|---|---|---|
/ | Landing | Public |
/docs | Documentation | Public |
/support | Support | Public |
/help | Help articles | Public |
/updates | CMS updates | Authenticated |
/contact | Contact form | Public |