Files
30-seconds-of-code/config.js
Angelos Chalaris 8179ee7776 SEO updates
2019-08-22 10:59:06 +03:00

18 lines
568 B
JavaScript

module.exports = {
// Project metadata
name: `30 seconds of React`,
description: `Curated collection of useful React snippets that you can understand in 30 seconds or less.`,
shortName: `30s`,
repositoryUrl: `https://github.com/30-seconds/30-seconds-of-react`,
siteUrl: `https://react.30secondsofcode.org`,
// Path information
snippetPath: `snippets`,
snippetDataPath: `snippet_data`,
assetPath: `assets`,
pagePath: `src/docs/pages`,
staticPartsPath: `src/static-parts`,
// General information
language: `jsx`,
optionalLanguage: `css`
};