We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b40da6 commit a1a3c1bCopy full SHA for a1a3c1b
1 file changed
astro.config.mjs
@@ -9,6 +9,7 @@ import llmMdEmitter from './src/integrations/llm-md-emitter.ts';
9
// https://astro.build/config
10
export default defineConfig({
11
site: 'https://octopus.com',
12
+ compressHTML: true, // preserve astro v6 behaviour - https://docs.astro.build/en/guides/upgrade-to/v7/
13
integrations: [
14
mdx(),
15
llmMdEmitter()
0 commit comments