Skip to content

Commit

Permalink
fix: compress HTML
Browse files Browse the repository at this point in the history
Closes #109.
  • Loading branch information
franky47 committed Mar 11, 2024
1 parent f6813d6 commit 418d87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/deploy.constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const DEPLOY_DEFAULT_SOURCE = 'build';
export const DEPLOY_DEFAULT_IGNORE = [];
export const DEPLOY_DEFAULT_ENCODING = [];
export const DEPLOY_DEFAULT_GZIP = '**/*.+(css|js|mjs)';
export const DEPLOY_DEFAULT_GZIP = '**/*.+(css|js|mjs|html)';

export const MEMORY_SIZE_ENDPOINT_VERSION = '0.0.14';
export const MEMORY_HEAP_WARNING = 900_000_000n;
Expand Down

0 comments on commit 418d87c

Please sign in to comment.