diff --git a/public/robots.txt b/public/robots.txt index e2554b5..5a7e249 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -Disallow: /_DIZ_ADMIN/ + Sitemap: https://akadmyapp.com/sitemap.xml \ No newline at end of file diff --git a/src/pages/blogs/[id].astro b/src/pages/blogs/[id].astro index 8170219..4f2d079 100644 --- a/src/pages/blogs/[id].astro +++ b/src/pages/blogs/[id].astro @@ -35,7 +35,17 @@ export async function getStaticPaths() { return []; } } +{console.log('blogData000',blogData, `https://akadmyapp.com/blogs/${id}`)} --- - + + \ No newline at end of file