diff options
| author | Berke Güzel <wenekar1@gmail.com> | 2026-02-09 00:47:32 +0300 |
|---|---|---|
| committer | Berke Güzel <wenekar1@gmail.com> | 2026-02-09 00:47:32 +0300 |
| commit | 2f74411118c35f0c9d852966af25e04b45dd3f53 (patch) | |
| tree | c4ab5c61475294020832cc24bc2931a368fb3d0d /svelte.config.js | |
| parent | 169ab22e65874ecfd9c047d60934220b60a86f15 (diff) | |
formatting and more perf
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/svelte.config.js b/svelte.config.js index 91df49e..0b4c56e 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,16 +1,16 @@ -import { mdsvex } from 'mdsvex'; -import adapter from '@sveltejs/adapter-static'; -import mdsvexConfig from './mdsvex.config.js'; +import { mdsvex } from "mdsvex"; +import adapter from "@sveltejs/adapter-static"; +import mdsvexConfig from "./mdsvex.config.js"; /** @type {import('@sveltejs/kit').Config} */ const config = { - kit: { - adapter: adapter(), - paths: { relative: false }, - inlineStyleThreshold: 100_000 - }, - preprocess: [mdsvex(mdsvexConfig)], - extensions: ['.svelte', '.svx'] + kit: { + adapter: adapter(), + paths: { relative: false }, + inlineStyleThreshold: 100_000, + }, + preprocess: [mdsvex(mdsvexConfig)], + extensions: [".svelte", ".svx"], }; export default config; |
