Изменения файла robots.txt

This commit is contained in:
Web-serfer 2026-04-14 23:17:38 +05:00
parent b8661a7b54
commit 71707e495b
6 changed files with 28 additions and 6 deletions

View file

@ -6,7 +6,7 @@ import RelatedPosts from '@components/blog/RelatedPosts.astro';
import ArticleTableOfContents from '@components/blog/ArticleTableOfContents.astro';
import { getCollection, getEntry, render } from 'astro:content';
export const prerender = false;
export const prerender = true;
export async function getStaticPaths() {
const posts = await getCollection('blog') as { id: string; data: Record<string, any> }[];