File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
packages/integrations/netlify Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,7 @@ The [Netlify Blog post on Astro](https://www.netlify.com/blog/how-to-deploy-astr
75
75
76
76
To configure this adapter, pass an object to the ` netlify() ` function call in ` astro.config.mjs ` - there's only one possible configuration option:
77
77
78
- <details >
79
- <summary ><strong >dist</strong ></summary >
78
+ ### dist
80
79
81
80
We build to the ` dist ` directory at the base of your project. To change this, use the ` dist ` option:
82
81
@@ -99,12 +98,7 @@ And then point to the dist in your `netlify.toml`:
99
98
directory = " dist/functions"
100
99
` ` `
101
100
102
- </details>
103
-
104
- <details>
105
- <summary>
106
- <strong>binaryMediaTypes</strong>
107
- </summary>
101
+ ### binaryMediaTypes
108
102
109
103
> This option is only needed for the Functions adapter and is not needed for Edge Functions.
110
104
@@ -127,7 +121,6 @@ export function get() {
127
121
});
128
122
}
129
123
` ` `
130
- </details>
131
124
132
125
## Examples
133
126
You can’t perform that action at this time.
0 commit comments