mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 13:01:02 +00:00
WIP2
This commit is contained in:
parent
59a17fc303
commit
efb8af0e47
9 changed files with 72 additions and 13 deletions
|
|
@ -1,21 +1,20 @@
|
|||
import sveltePreprocess from "svelte-preprocess";
|
||||
import preprocess from "svelte-preprocess";
|
||||
import vercel from "@sveltejs/adapter-vercel";
|
||||
|
||||
/** @type {import("@sveltejs/kit").Config} */
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
// Consult https://github.com/sveltejs/svelte-preprocess
|
||||
// for more information about preprocessors
|
||||
preprocess: [
|
||||
sveltePreprocess({
|
||||
preprocess({
|
||||
postcss: true,
|
||||
}),
|
||||
],
|
||||
|
||||
kit: {
|
||||
adapter: vercel(),
|
||||
|
||||
// hydrate the <div id="svelte"> element in src/app.html
|
||||
target: "#svelte",
|
||||
adapter: vercel(),
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue