diff options
Diffstat (limited to 'next.config.ts')
| -rw-r--r-- | next.config.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/next.config.ts b/next.config.ts deleted file mode 100644 index e9ffa30..0000000 --- a/next.config.ts +++ /dev/null @@ -1,7 +0,0 @@ -import type { NextConfig } from "next"; - -const nextConfig: NextConfig = { - /* config options here */ -}; - -export default nextConfig; |