mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 06:36:04 +00:00
precompress
This commit is contained in:
parent
2ec104b047
commit
7eeef8b3fa
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ const config = {
|
|||
extensions: ['.svelte', '.svx'],
|
||||
|
||||
kit: {
|
||||
adapter: staticAdapter({}),
|
||||
adapter: staticAdapter({
|
||||
precompress: true,
|
||||
}),
|
||||
prerender: {
|
||||
entries: [
|
||||
'*',
|
||||
|
|
Loading…
Add table
Reference in a new issue