feat: add sitemap, tag for SEO

This commit is contained in:
2025-11-12 00:25:51 +03:30
parent e95983d9b0
commit 18da3984ae
9 changed files with 196 additions and 5 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'export',
output: 'export',
};
export default nextConfig;