generated from youthradio/static-nuxt-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost.config.js
32 lines (32 loc) · 1.45 KB
/
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
27
28
29
30
31
32
module.exports = {
baseURL: process.env.BASE_URL_PRODUCTION || '/erase-your-face',
title: 'Erase Your Face',
author: "YR Media's Interactive Team with Stanford d.school",
publishDate: 'October 20, 2020',
location: 'Oakland, CA',
description:
'Ever get the prickly feeling that you’re being watched? You’re probably right. Biased facial recognition and surveillance technologies are everywhere, so we created a tool to help you learn what it takes to dodge detection.',
summary:
'Ever get the prickly feeling that you’re being watched? You’re probably right. Biased facial recognition and surveillance technologies are everywhere, so we created a tool to help you learn what it takes to dodge detection.',
tweetMessage: 'with @itsyrmedia and @stanforddschool',
url: 'https://youthradio.github.io/erase-your-face',
featureImage:
'https://youthradio.github.io/erase-your-face/images/social.jpg',
featureImagePath: 'images/feature-image',
featureImageDescription: 'Woman looking at kiosk.',
featureImageCaption: '',
wpPostSlug: 'north-carolina-vs-vaping-companies',
wpPostID: '60986',
// you might not need to change
fbAppID: '73080818131',
twitterHandler: '@itsyrmedia',
docs: [
{
name: 'Erase Your Face draft FINAL - backend data',
id: '1rRMPbN6Y7y04fmKlHf6lXIPkp1mx9c8FBPxeC3XlZYI',
},
],
dataPath: 'data/data.json',
lambdaAppURL:
'https://53fj52a3ud.execute-api.us-west-2.amazonaws.com/latest/',
}