Изменения файла robots.txt
This commit is contained in:
parent
b8661a7b54
commit
71707e495b
6 changed files with 28 additions and 6 deletions
|
|
@ -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> }[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue