Skip to content

Commit 726b753

Browse files
committed
enable server compression
1 parent fbc3b3f commit 726b753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute-js/static-publish.rc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config = {
2323
publicDirPrefix: "",
2424
staticItems: ["/search/search_index.json"],
2525
staticDir: "../build/minified/site/assets",
26-
// compression: [ 'br', 'gzip' ],
26+
compression: [ 'br', 'gzip' ],
2727
spaFile: false,
2828
notFoundPageFile: "/404.html",
2929
autoExt: [],

0 commit comments

Comments
 (0)