Skip to content

Commit

Permalink
Fix setting miss
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebolon committed Feb 17, 2015
1 parent 73cb6af commit c4d1f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seo.js
@@ -1,9 +1,9 @@
Meteor.startup(function() {
if(Meteor.isClient) {
SEO.config({
title: 'Meteor Vegas',
title: Meteor.settings.public.meetup.group_name,
meta: {
'description': 'A Bi-Monthly Meteor.js Meetup in Las Vegas, NV'
'description': Meteor.settings.public.meetup.group_info
},
og: {
'image': Meteor.absoluteUrl('share-image.png')
Expand Down

0 comments on commit c4d1f93

Please sign in to comment.