mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
fix build and format files to match code style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
import preprocess from 'svelte-preprocess';
|
||||
import icons from 'unplugin-icons/vite'
|
||||
import adapter from "@sveltejs/adapter-static";
|
||||
import preprocess from "svelte-preprocess";
|
||||
import icons from "unplugin-icons/vite";
|
||||
import { mdsvex } from "mdsvex";
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
@@ -23,10 +23,13 @@ const config = {
|
||||
vite: {
|
||||
plugins: [
|
||||
icons({
|
||||
compiler: 'svelte',
|
||||
}),
|
||||
],
|
||||
compiler: "svelte"
|
||||
})
|
||||
]
|
||||
},
|
||||
prerender: {
|
||||
default: true
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user