Skip to content

Commit 41b8d0c

Browse files
committed
fix(www): add siteCookieConsent & siteSubscription to siteMetadata
1 parent d17ba88 commit 41b8d0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/www/gatsby-config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ module.exports = {
7070
internal: false,
7171
},
7272
],
73+
siteCookieConsent: {
74+
title: '',
75+
description: '',
76+
readMore: '',
77+
},
78+
siteSubscription: {
79+
title: '',
80+
description: '',
81+
},
7382
},
7483
plugins: [
7584
`gatsby-plugin-sitemap`,

0 commit comments

Comments
 (0)