Spaces:
Runtime error
Runtime error
| export const siteConfig = { | |
| name: "DevForge", | |
| tagline: "Code Smarter, Ship Faster", | |
| description: "The ultimate developer tools platform for modern development workflows", | |
| url: "https://devtool.hanzo.ai", | |
| // Monochromatic color scheme for developer tools | |
| primaryColor: "#000000", | |
| secondaryColor: "#666666", | |
| features: [ | |
| "AI-Powered Code Generation", | |
| "Real-time Collaboration", | |
| "Automated Testing Suite", | |
| "CI/CD Pipeline Integration" | |
| ] | |
| }; | |
| export type SiteConfig = typeof siteConfig; |