fix: Prerender page crawling

This commit is contained in:
Leni Aniva 2024-10-18 10:46:44 -07:00
parent 1af8dd8c8d
commit 19519fb30e
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ const config = {
}), }),
prerender: { prerender: {
crawl: true, crawl: true,
entries: [ entries: ['*'],
],
}, },
alias: { alias: {
$content: contentDir, $content: contentDir,