mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-04 13:20:24 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {};
|
|
|
|
export default nextConfig;
|