fix: Cataloging problem on /post #23

Merged
aniva merged 6 commits from post/page into main 2024-10-18 11:17:32 -07:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 19519fb30e - Show all commits

View File

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