added new fieldds to file upload and get sertificate components

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-06 09:50:48 +05:00
parent 38886ad8b5
commit d70360841a
13 changed files with 578 additions and 74 deletions

View File

@@ -4,7 +4,7 @@ const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL ?? 'https://antiplagiat.uz';
const LOCALES = ['uz', 'ru', 'en'] as const;
// Add your static page slugs here
const STATIC_ROUTES = ['', '/about', '/history', '/contact'];
const STATIC_ROUTES = ['', '/plagat'];
export default function sitemap(): MetadataRoute.Sitemap {
const entries: MetadataRoute.Sitemap = [];