Files
UXHack26/next.config.ts
William Jeynes 77c2c3acdf INIT REPO
2026-06-23 11:57:18 +01:00

8 lines
133 B
TypeScript

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