Skip to content

Commit

Permalink
Update packages/adapter-static/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Dec 22, 2021
1 parent d894ee0 commit dc461c3
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 dc461c3

Please sign in to comment.