Skip to content

Commit

Permalink
fix: update og:description
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored Jul 19, 2019
1 parent 4249595 commit 627b2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:title', content: 'Pristine' }],
['meta', { property: 'og:site_name', content: 'pristine.builders' }],
['meta', { property: 'og:description', content: 'The Pristine Suite' }],
['meta', { property: 'og:description', content: 'Pristine is a starting point and foundation for Documentation Driven Development' }],
['meta', { property: 'og:url', content: 'https://pristine.builders' }],
['meta', { property: 'og:image', content: 'https://github.com/etclabscore/pristine-media-assets/blob/master/pristine-logo/pristine-logo%20(PNG)/256x256.png?raw=true' }],
['script', { async: true, defer: true, src: 'https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' },
Expand Down

0 comments on commit 627b2f2

Please sign in to comment.