Skip to content

Commit

Permalink
Merge branch 'adapter-static-precompress' of https://github.com/sasta…
Browse files Browse the repository at this point in the history
…n/kit into sastan-adapter-static-precompress
  • Loading branch information
Rich-Harris committed Dec 22, 2021
2 parents 2ead36e + dc461c3 commit a738933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-static/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import zlib from 'zlib';
const pipe = promisify(pipeline);

/** @type {import('.')} */
export default function ({ pages = 'build', assets = pages, fallback, precompress = true } = {}) {
export default function ({ pages = 'build', assets = pages, fallback, precompress = false } = {}) {
return {
name: '@sveltejs/adapter-static',

Expand Down

0 comments on commit a738933

Please sign in to comment.