2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-24 07:38:29 +00:00

16 lines
346 B
JavaScript
Raw Normal View History

2022-09-08 09:16:41 +03:00
import adapter from '@sveltejs/adapter-auto';
import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess(),
kit: {
2023-01-27 18:39:20 +02:00
adapter: adapter(),
},
};
export default config;