-
Notifications
You must be signed in to change notification settings - Fork 0
/
siteconfig.js
18 lines (17 loc) · 1020 Bytes
/
siteconfig.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports = {
pathPrefix: '/', // Prefix for all links. If you deploy your site to example.com/portfolio your pathPrefix should be "portfolio"
title: 'Dark Patterns Tipline', // Navigation and Site Title
description: "The Dark Patterns Tip Line is a platform people can use to submit deceptive designs they encounter in everyday digital products and services.",
headline: "", // Headline for schema.org JSONLD
url: 'https://darkpatternstipline.org', // Domain of your site. No trailing slash!
inLanguage: 'en-US', // Language Tag on <html> element
logo: '/img/logo.png', // Used for SEO
ogLanguage: 'en_US', // Facebook Language
shareImage: '/img/lib-share.png', // Social share
// JSONLD / Manifest
favicon: '/favicon.png', // Used for manifest favicon generation
shortName: 'Dark Patterns Tipline', // shortname for manifest. MUST be shorter than 12 characters
author: 'Consumer Reports Digital Lab', // Author for schemaORGJSONLD
themeColor: '#fed230',
backgroundColor: '#ffffff'
}