diff options
| author | Fuwn <[email protected]> | 2024-01-06 00:39:19 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-06 00:39:19 -0800 |
| commit | d88b09b076bc4cf1fe55b857746f0ce73675fc78 (patch) | |
| tree | 84e878821323d268ae5717ab177caf9ae3599108 /svelte.config.js | |
| parent | feat(activity): change to blockquote (diff) | |
| download | due.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.js | 2 |
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 = { |