Skip to content

Commit

Permalink
fix(www): add siteCookieConsent & siteSubscription to siteMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyanze committed May 8, 2022
1 parent d17ba88 commit 41b8d0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/www/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ module.exports = {
internal: false,
},
],
siteCookieConsent: {
title: '',
description: '',
readMore: '',
},
siteSubscription: {
title: '',
description: '',
},
},
plugins: [
`gatsby-plugin-sitemap`,
Expand Down

0 comments on commit 41b8d0c

Please sign in to comment.