Files
novi-lessons/Les06-NextJS-QuickPoll-Part2/quickpoll-les6-starter/next.config.ts
2026-03-17 17:24:10 +01:00

8 lines
133 B
TypeScript

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