Initial commit - Asansör Takip Projesi

This commit is contained in:
2026-04-10 22:43:43 +03:00
parent cab84b4969
commit bd0e890883
92 changed files with 4709 additions and 120 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'export',
images: {
unoptimized: true,
},
};
export default nextConfig;