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

@ -1,7 +1,9 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
import adapter from '@sveltejs/adapter-static';
/** @type {import('@sveltejs/kit').Config} */
export default {
preprocess: vitePreprocess(),
kit: {
prerender: {
handleHttpError: 'fail'