generated from youthradio/static-nuxt-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost.config.js
21 lines (20 loc) · 904 Bytes
/
post.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export default {
baseURL: process.env.BASE_URL_PRODUCTION || '/doing-it-for-the-gram',
title: 'Doing It For The ‘Gram',
author: 'Zoe Harwood',
publishDate: 'Oct. 2, 2019',
location: 'Oakland, CA',
description:
'People have been showing their support for Black Lives Matter on TikTok, Twitter, and Instagram, but do social media posts help the movement?',
tweetMessage: 'with @itsyrmedia',
url: 'https://interactive.yr.media/doing-it-for-the-gram/',
featureImage: 'https://interactive.yr.media/doing-it-for-the-gram/social.jpg',
featureImagePath: 'images/template-feature-image',
featureImageDescription: 'People Protesting BLM',
featureImageCaption: '(Photo: Andersen Ross Photography Inc/Getty Images)',
wpPostSlug: 'north-carolina-vs-vaping-companies',
wpPostID: '60986',
// you might not need to change
fbAppID: '73080818131',
twitterHandler: '@itsyrmedia',
}