Global access to post summaries for all posts on site

This commit is contained in:
Sveske_Juice 2024-02-20 00:58:52 +01:00
parent a0106369c9
commit 8b533b296c
9 changed files with 49 additions and 23 deletions

View file

@ -9,7 +9,8 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
"moduleResolution": "bundler",
"allowImportingTsExtensions": true
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias and https://kit.svelte.dev/docs/configuration#files
//