diff --git a/svelte.config.js b/svelte.config.js index 2ec510a..6517ee3 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,5 +1,5 @@ import adapter from '@sveltejs/adapter-static'; -import { sveltePreprocess } from 'svelte-preprocess' +import { sveltePreprocess } from 'svelte-preprocess'; /** @type {import('@sveltejs/kit').Config} */ const config = {