Skip to content

Commit a1a3c1b

Browse files
committed
Set compressHTML: true
1 parent 1b40da6 commit a1a3c1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import llmMdEmitter from './src/integrations/llm-md-emitter.ts';
99
// https://astro.build/config
1010
export default defineConfig({
1111
site: 'https://octopus.com',
12+
compressHTML: true, // preserve astro v6 behaviour - https://docs.astro.build/en/guides/upgrade-to/v7/
1213
integrations: [
1314
mdx(),
1415
llmMdEmitter()

0 commit comments

Comments
 (0)