feat: drawer in mobile view

This commit is contained in:
2025-11-07 16:31:45 +03:30
parent 5b5d1cfa69
commit e95983d9b0
4 changed files with 78 additions and 22 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'export',
};
export default nextConfig;