diff --git a/next-sitemap.config.ts b/next-sitemap.config.js similarity index 100% rename from next-sitemap.config.ts rename to next-sitemap.config.js diff --git a/next.config.mjs b/next.config.mjs index 5203291..20e30dd 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -6,6 +6,9 @@ const nextConfig = { config.plugins.push(new VeliteWebpackPlugin()); return config; }, + images:{ + domains: ['nexacu.com'] + } }; class VeliteWebpackPlugin { diff --git a/public/sitemap-0.xml b/public/sitemap-0.xml index 84883c4..0f05f81 100644 --- a/public/sitemap-0.xml +++ b/public/sitemap-0.xml @@ -1,7 +1,9 @@ -https://thinktapfast-blog.vercel.app/icon.svg2025-09-03T13:18:55.891Zweekly0.7 -https://thinktapfast-blog.vercel.app/blog2025-09-03T13:18:55.892Zweekly0.7 -https://thinktapfast-blog.vercel.app/about2025-09-03T13:18:55.892Zweekly0.7 -https://thinktapfast-blog.vercel.app2025-09-03T13:18:55.892Zweekly0.7 +https://thinktapfast-blog.vercel.app/about2025-09-04T13:05:13.916Zweekly0.7 +https://thinktapfast-blog.vercel.app/blog/ai-small-business-social-media2025-09-04T13:05:13.916Zweekly0.7 +https://thinktapfast-blog.vercel.app/blog/intro2025-09-04T13:05:13.916Zweekly0.7 +https://thinktapfast-blog.vercel.app2025-09-04T13:05:13.916Zweekly0.7 +https://thinktapfast-blog.vercel.app/blog2025-09-04T13:05:13.916Zweekly0.7 +https://thinktapfast-blog.vercel.app/icon.svg2025-09-04T13:05:13.916Zweekly0.7 \ No newline at end of file diff --git a/src/app/blog/[...slug]/page.tsx b/src/app/blog/[...slug]/page.tsx index 73f68cf..dc122ca 100644 --- a/src/app/blog/[...slug]/page.tsx +++ b/src/app/blog/[...slug]/page.tsx @@ -71,7 +71,7 @@ export default async function BlogPageItem({ params }: Readonly +
{blog.date && (