Olympus/frontend/athena/next.config.ts
2026-07-01 22:36:12 +02:00

7 lines
133 B
TypeScript

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