mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-10 17:10:06 -04:00
Update svelte.config.js
This commit is contained in:
parent
259106c63f
commit
1f96bd03b7
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@ import adapter from '@sveltejs/adapter-static'
|
|||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
kit: {
|
||||
adapter: adapter()
|
||||
adapter: adapter({
|
||||
pages: 'docs',
|
||||
assets: 'docs'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue