mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-10 17:10:06 -04:00
Upgrade dependencies
This commit is contained in:
parent
a332223828
commit
66f9c4eac9
5 changed files with 367 additions and 872 deletions
|
@ -1,4 +1,5 @@
|
|||
import adapter from '@sveltejs/adapter-static'
|
||||
import { vitePreprocess } from '@sveltejs/kit/vite'
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
|
@ -17,7 +18,8 @@ const config = {
|
|||
// prerender: {
|
||||
// default: true
|
||||
// }
|
||||
}
|
||||
},
|
||||
preprocess: vitePreprocess()
|
||||
}
|
||||
|
||||
export default config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue