Files
whyrating-hub/next.config.ts
Alejandro Gutiérrez 54bdf937d8 Initial commit - WhyRating Hub
Simple hub page for WhyRating project resources:
- Brand Site link
- Templates Site link
- Outline Docs link

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 00:33:12 +00:00

8 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;