file support in progress

This commit is contained in:
2025-01-24 09:20:07 -07:00
parent b2514bb356
commit a60008c6d7
5 changed files with 69 additions and 43 deletions

View File

@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
};
export default nextConfig;