Transform site to meet specifications
All checks were successful
Build / build (push) Successful in 57s

This commit is contained in:
Kevin Kandlbinder 2023-05-06 20:40:26 +02:00
parent 6609aed6e1
commit 0e93b591aa
Signed by: kevin
GPG key ID: 1460B586646E180D
9 changed files with 25 additions and 510 deletions

View file

@ -23,7 +23,7 @@ const config = {
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({}),
prerender: {
entries: ['*', '/posts.rss', '/posts.atom', '/posts.json']
entries: ['*']
}
}
};