chore: bump everything (#56)

This commit is contained in:
Ax333l
2023-01-02 19:40:29 +01:00
committed by GitHub
parent e1b8445b59
commit c9e0edf842
9 changed files with 1197 additions and 710 deletions

View File

@@ -1,12 +1,9 @@
import adapter from '@sveltejs/adapter-static';
import preprocess from 'svelte-preprocess';
import path from 'path';
import { vitePreprocess } from '@sveltejs/kit/vite';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess(),
preprocess: [vitePreprocess()],
kit: {
// adapter-static has vercel detection, but that does not let you set a custom 404 page easily.