From 2f74411118c35f0c9d852966af25e04b45dd3f53 Mon Sep 17 00:00:00 2001 From: Berke Güzel Date: Mon, 9 Feb 2026 00:47:32 +0300 Subject: formatting and more perf --- svelte.config.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'svelte.config.js') 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; -- cgit v1.2.3