UNPKG

rapids-ai

Version:

🌊 RAPIDS - Portable Claude Code framework with 11 AI agents (including Material Design 3 expert), 5 MCPs, CI/CD automation, and revenue-first workflows. Token-optimized, ship fast, make money. Documentation: https://yanimeziani.github.io/rapids/

13 lines (10 loc) • 213 B
import type { NextConfig } from 'next'; const nextConfig: NextConfig = { reactStrictMode: true, output: 'export', basePath: '/rapids', images: { unoptimized: true, }, }; export default nextConfig;