Run prettier
Some checks failed
build

This commit is contained in:
Kevin Kandlbinder 2023-04-06 17:25:55 +02:00
parent 9854fedcfe
commit e8308ead69
Signed by: kevin
GPG key ID: 1460B586646E180D
7 changed files with 30 additions and 28 deletions

View file

@ -21,9 +21,7 @@ const config = {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({
}),
adapter: adapter({}),
prerender: {
entries: ['*', '/posts.rss', '/posts.atom', '/posts.json']
}