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 f47768e commit ea7be05Copy full SHA for ea7be05
gatsby-config.ts
@@ -245,13 +245,15 @@ const config: GatsbyConfig = {
245
{
246
resolve: `gatsby-plugin-gatsby-cloud`,
247
options: {
248
+ mergeLinkHeaders: false,
249
generateMatchPathRewrites: false,
250
},
251
252
// Creates `_redirects` & `_headers` build files for Netlify
253
254
resolve: `gatsby-plugin-netlify`,
255
256
257
258
259
0 commit comments