aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-06 00:39:19 -0800
committerFuwn <[email protected]>2024-01-06 00:39:19 -0800
commitd88b09b076bc4cf1fe55b857746f0ce73675fc78 (patch)
tree84e878821323d268ae5717ab177caf9ae3599108 /svelte.config.js
parentfeat(activity): change to blockquote (diff)
downloaddue.moe-d88b09b076bc4cf1fe55b857746f0ce73675fc78.tar.xz
due.moe-d88b09b076bc4cf1fe55b857746f0ce73675fc78.zip
revert: "deps(svelte): update to kit 2"
This reverts commit c3645de38878fa2e02d47d4c299aa033895347cf.
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js
index ae19c35c..c378da70 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -1,5 +1,5 @@
import adapter from '@sveltejs/adapter-vercel';
-import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
+import { vitePreprocess } from '@sveltejs/kit/vite';
/** @type {import('@sveltejs/kit').Config} */
const config = {