forked from nodejs/nodejs.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
23 lines (22 loc) · 703 Bytes
/
config.js
File metadata and controls
23 lines (22 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
* Common App Configurations.
*/
module.exports = {
title: `Node.js`,
description: `Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.`,
siteUrl: `https://nodejs.dev/`,
siteUrlNoSlash: `https://nodejs.dev`,
featuredImage: `https://nodejs.org/static/images/logo-hexagon-card.png`,
color: `#6cc24a`,
icon: `src/images/favicon.png`, // This path is relative to the root of the site.
lang: `en`,
display: `browser`,
ogType: `website`,
ogImgType: `image/png`,
ogImgWidth: `224`,
ogImgHeight: `256`,
twitter: `@nodejs`,
twitterCard: `summary`,
twitterImgAlt: `The Node.js Hexagon Logo`,
facebook: `https://www.facebook.com/nodejsfoundation/`,
};