antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Missing Title in Head #127

Closed skipjack closed 7 years ago

skipjack commented 7 years ago

See webpack/webpack.js.org#720.

I did a bit more testing, it seems just for the paths that accept an individual component and nothing more the title section of the configuration is ignored for some reason:

vote: {
    title: 'Vote',
    path() {
        return require('./components/vote/list.jsx').default
    }
},

See that site for an example, the title is missing for all three /vote routes (and likely /organization as well).