diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 0dce356f..27333f40 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -1816,7 +1816,7 @@ juno.config.js import { defineConfig } from "@junobuild/config";export default defineConfig({ satellite: { ids: { production: "qsgjb-riaaa-aaaaa-aaaga-cai" }, source: "dist", gzip: false }}); ``` -If you want to customize the default pattern `**/*.+(css|js|mjs)` to better suit your needs, you can specify your own pattern. For example: +If you want to customize the default pattern `**/*.+(css|js|mjs|html)` to better suit your needs, you can specify your own pattern. For example: juno.config.js @@ -7872,7 +7872,7 @@ juno.config.js import { defineConfig } from "@junobuild/config";export default defineConfig({ satellite: { ids: { production: "qsgjb-riaaa-aaaaa-aaaga-cai" }, source: "dist", gzip: false }}); ``` -If you want to customize the default pattern `**/*.+(css|js|mjs)` to better suit your needs, you can specify your own pattern. For example: +If you want to customize the default pattern `**/*.+(css|js|mjs|html)` to better suit your needs, you can specify your own pattern. For example: juno.config.js diff --git a/docs/build/components/gzip.mdx b/docs/build/components/gzip.mdx index aa5ddcc4..a215033f 100644 --- a/docs/build/components/gzip.mdx +++ b/docs/build/components/gzip.mdx @@ -18,7 +18,7 @@ export default defineConfig({ }); ``` -If you want to customize the default pattern `**/*.+(css|js|mjs)` to better suit your needs, you can specify your own pattern. For example: +If you want to customize the default pattern `**/*.+(css|js|mjs|html)` to better suit your needs, you can specify your own pattern. For example: ```javascript title="juno.config.js" import { defineConfig } from "@junobuild/config";