generated from youthradio/static-nuxt-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost.config.js
26 lines (26 loc) · 897 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
22
23
24
25
26
module.exports = {
baseURL: process.env.BASE_URL_PRODUCTION || '/unadopted',
title: 'UNADOPTED',
author: 'Static Author',
publishDate: 'Oct. 2, 2019',
location: 'Oakland, CA',
description: 'UNADOPTED Documentary',
summary: 'UNADOPTED Documentary ',
url: 'https://youthradio.github.io/unadopted',
featureImage: 'https://youthradio.github.io/unadopted/unadopted_meta-img.jpg',
featureImagePath: 'images/template-feature-image',
featureImageDescription: 'Woman looking at kiosk.',
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',
docs: [
{
name: 'UNADOPTED - backend',
id: '1qUd17kRsC9iv2c2xJtY6qi487c-8MwlfqxoDKRBGmHc',
},
],
dataPath: 'data/data.json',
}