feat: Next.js initialization with premium vanilla CSS layout

This commit is contained in:
Carlos (Almeira)
2026-03-13 00:15:32 -05:00
parent 2390035295
commit ffe9674e8d
10 changed files with 6328 additions and 1 deletions

7
next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;