Skip to content

Configuration

Reference of all available configuration options.

VariableRequiredDescription
MARBLE_API_KEYYesMarble CMS API key for updates
MARBLE_WEBHOOK_SECRETNoHMAC secret for webhook validation
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEYYesClerk publishable key
CLERK_SECRET_KEYYesClerk secret key
RESEND_API_KEYNoResend API key for email
RESEND_FROM_EMAILNoFrom address for emails

Key settings in next.config.mjs:

const nextConfig = {
transpilePackages: ["next-mdx-remote"],
skipTrailingSlashRedirect: true,
};
RouteTypeAuth
/LandingPublic
/docsDocumentationPublic
/supportSupportPublic
/helpHelp articlesPublic
/updatesCMS updatesAuthenticated
/contactContact formPublic