packages/website/html.config.js (11 lines of code) (raw):
/* eslint-env node */
module.exports = {
title: 'react-vis',
baseHref: process.env.NODE_ENV === 'production' ? 'website/dist/' : '/',
meta: [
{
name: 'description',
content: 'A composable charting library'
}
],
scripts: ['https://uber.github.io/react-vis/redirect.js']
};